diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 05:04:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 05:04:18 -0600 |
| commit | 3e9a55b2acedb3bb872bcf3d21f142cffeb2ca6d (patch) | |
| tree | 09e492454b6ac349b57a1986d5cc26ba6829f0b3 /main.go | |
| parent | df8d238f2f5501a4529b15ecc1c3bc7081394b19 (diff) | |
unrelease
Signed-off-by: Jeff Carr <[email protected]>
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() |
