trigger Update() on repo window open

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-25 23:10:12 -06:00
parent fdf2dd8e68
commit 4773d43cf6
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ func createReleaseWindow() {
// log.Info("find the next repo to release here") // log.Info("find the next repo to release here")
release.current.status.Toggle() release.current.status.Toggle()
release.current.status.SetVersion("0", "13", "11", release.reason.String()) release.current.status.SetVersion("0", "13", "11", release.reason.String())
release.current.status.Update()
}) })
release.openrepo.Disable() release.openrepo.Disable()