diff options
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 { |
