summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 06:36:28 -0600
committerJeff Carr <[email protected]>2024-12-17 06:36:28 -0600
commit5d232293a002cc4b5bcb949a0e329337ab4e90b4 (patch)
treee5f7422210227239f04601b6f76f9a78ca442a60 /scan.go
parent1d124c7dbfdfd9bc4cb82f74b4883791c9f185b8 (diff)
lots of cleanups
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/scan.go b/scan.go
index a7b7d77..377ebb1 100644
--- a/scan.go
+++ b/scan.go
@@ -71,6 +71,9 @@ func (r *RepoRow) NewScan() int {
r.currentName.SetLabel(r.Status.GetCurrentBranchName())
r.currentVersion.SetLabel(r.Status.GetCurrentBranchVersion())
+ if r.State() == "merge to main" {
+ r.Hide()
+ }
if r.Status.GitState() == "PERFECT" {
r.Hide()
} else {