summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.go b/main.go
index b53d7c6..d0bfaec 100644
--- a/main.go
+++ b/main.go
@@ -36,7 +36,9 @@ func main() {
log.Info("Creating the Release Window")
createReleaseBox(me.mainBox)
- globalDisplaySetRepoState()
+ createUnreleaseBox(me.mainBox)
+
+ showHideRepos()
release.openrepo.Disable()