about to combine windows

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-30 13:59:40 -06:00
parent 62e1f8389c
commit 37d8e7573e
1 changed files with 12 additions and 0 deletions

12
main.go
View File

@ -30,6 +30,18 @@ func main() {
repo.status.Update()
repo.newScan()
}
if release.win == nil {
log.Info("Creating the Release Window")
createReleaseWindow()
globalDisplaySetRepoState()
// open the repo window
reposwin.Toggle()
log.Info("Toggling the Release Window")
release.win.Toggle()
}
log.Info("Toggling the Release Window")
release.win.Toggle()
release.openrepo.Disable()
// scan repos every 30 seconds
// check every second for the checkbox changing