summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 05:04:18 -0600
committerJeff Carr <[email protected]>2024-01-31 05:04:18 -0600
commit3e9a55b2acedb3bb872bcf3d21f142cffeb2ca6d (patch)
tree09e492454b6ac349b57a1986d5cc26ba6829f0b3 /main.go
parentdf8d238f2f5501a4529b15ecc1c3bc7081394b19 (diff)
unrelease
Signed-off-by: Jeff Carr <[email protected]>
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()