diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 07:48:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 07:48:55 -0600 |
| commit | aa18544794ceec20f74386afd037a5e594479cc9 (patch) | |
| tree | 10621f4f97295d000fffb24d09643bf3d940d5c1 /windowRepos.go | |
| parent | 973bcfd4eb5e1ae13e0cba1e96e3cf037099a275 (diff) | |
save and exit at the end
Diffstat (limited to 'windowRepos.go')
| -rw-r--r-- | windowRepos.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windowRepos.go b/windowRepos.go index 4d675e6..2f61980 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -1,6 +1,8 @@ package main import ( + "os" + "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repolist" "go.wit.com/lib/protobuf/forgepb" @@ -176,6 +178,8 @@ func (r *repoWindow) repoMenu() *gui.Node { return } doCheckoutMaster() + me.forge.ConfigSave() + os.Exit(0) }) |
