show/hide target version label

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-02 17:08:59 -06:00
parent bf9cb7c418
commit 7c354324bb
1 changed files with 2 additions and 0 deletions

View File

@ -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()