save and exit at the end
This commit is contained in:
parent
973bcfd4eb
commit
aa18544794
|
@ -1,6 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"os"
|
||||||
|
|
||||||
"go.wit.com/lib/gadgets"
|
"go.wit.com/lib/gadgets"
|
||||||
"go.wit.com/lib/gui/repolist"
|
"go.wit.com/lib/gui/repolist"
|
||||||
"go.wit.com/lib/protobuf/forgepb"
|
"go.wit.com/lib/protobuf/forgepb"
|
||||||
|
@ -176,6 +178,8 @@ func (r *repoWindow) repoMenu() *gui.Node {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
doCheckoutMaster()
|
doCheckoutMaster()
|
||||||
|
me.forge.ConfigSave()
|
||||||
|
os.Exit(0)
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue