attempt again to shortcut

This commit is contained in:
Jeff Carr 2025-01-18 07:57:34 -06:00
parent aa18544794
commit 8fabd77b49
1 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,9 @@ func (r *repoWindow) repoMenu() *gui.Node {
if !r.mergeAllDevelToMain() {
return
}
doCheckoutMaster()
if !me.forge.CheckoutMaster() {
return
}
me.forge.ConfigSave()
os.Exit(0)