attempt again to shortcut
This commit is contained in:
parent
aa18544794
commit
8fabd77b49
|
@ -177,7 +177,9 @@ func (r *repoWindow) repoMenu() *gui.Node {
|
||||||
if !r.mergeAllDevelToMain() {
|
if !r.mergeAllDevelToMain() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
doCheckoutMaster()
|
if !me.forge.CheckoutMaster() {
|
||||||
|
return
|
||||||
|
}
|
||||||
me.forge.ConfigSave()
|
me.forge.ConfigSave()
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue