diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 06:36:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 06:36:28 -0600 |
| commit | 5d232293a002cc4b5bcb949a0e329337ab4e90b4 (patch) | |
| tree | e5f7422210227239f04601b6f76f9a78ca442a60 /scan.go | |
| parent | 1d124c7dbfdfd9bc4cb82f74b4883791c9f185b8 (diff) | |
lots of cleanups
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
