diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,9 @@ func main() { log.Info("Creating the Release Window") createReleaseBox(me.mainBox) - globalDisplaySetRepoState() + createUnreleaseBox(me.mainBox) + + showHideRepos() release.openrepo.Disable() |
