diff --git a/repolist.go b/repolist.go index 2021aa7..8eb42ac 100644 --- a/repolist.go +++ b/repolist.go @@ -51,6 +51,7 @@ func (r *repo) Hide() { r.userVersion.Hide() r.dirtyLabel.Hide() + r.goSumStatus.Hide() r.statusButton.Hide() r.hidden = true } @@ -65,6 +66,7 @@ func (r *repo) Show() { r.userVersion.Show() r.dirtyLabel.Show() + r.goSumStatus.Show() r.statusButton.Show() r.hidden = false }