diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 02:37:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 02:37:04 -0600 |
| commit | 6b2a61ff0e95115a35031047efc0a540b72bcd9c (patch) | |
| tree | 1b5dbe627a29e600cf7578df72015123473c0442 /windowRepos.go | |
| parent | d84d7d468778ce3e1182fd82d68a27b1e613e305 (diff) | |
builds and runs ok
Diffstat (limited to 'windowRepos.go')
| -rw-r--r-- | windowRepos.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windowRepos.go b/windowRepos.go index c938ab8..03a8fef 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -56,6 +56,12 @@ func makeRepoView() *repoWindow { r.win.Custom = func() { log.Warn("GOT HERE: main() gadgets.NewBasicWindow() close") log.Warn("Should I do something special here?") + count := me.forge.RillReload() + log.Info("Repo Reload count =", count) + if count != 0 { + me.forge.ConfigSave() + } + os.Exit(0) } r.topbox = r.repoMenu() |
