diff options
| author | Jeff Carr <[email protected]> | 2024-02-14 12:14:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-14 12:14:33 -0600 |
| commit | cae327e1629306a0d18515387c6f541f92c772a7 (patch) | |
| tree | c5f0c9641d437c7c6d4f21180a068e3db392798f /globalDisplayOptions.go | |
| parent | f408a756f96bda643d143129f400cd98492864ba (diff) | |
redo the release tag after publishv0.20.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalDisplayOptions.go')
| -rw-r--r-- | globalDisplayOptions.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 4c57c99..401ce68 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -59,6 +59,7 @@ func globalDisplayOptions(box *gui.Node) { if reposwin.Hidden() { log.Info("showing reposwin") showHideRepos() + // have to run this twice for now scanForReady() scanForReady() reposwin.Show() |
