diff options
| -rw-r--r-- | repolist.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repolist.go b/repolist.go index fdcbb81..cb48e7a 100644 --- a/repolist.go +++ b/repolist.go @@ -51,6 +51,7 @@ func (r *repo) Hide() { r.pLabel.Hide() r.lastTag.Hide() r.vLabel.Hide() + r.targetVersion.Hide() r.dirtyLabel.Hide() r.goSumStatus.Hide() @@ -62,6 +63,7 @@ func (r *repo) Show() { r.pLabel.Show() r.lastTag.Show() r.vLabel.Show() + r.targetVersion.Show() r.dirtyLabel.Show() r.goSumStatus.Show() |
