save and exit at the end

This commit is contained in:
Jeff Carr 2025-01-18 07:48:55 -06:00
parent 973bcfd4eb
commit aa18544794
1 changed files with 4 additions and 0 deletions

View File

@ -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)
})