oops. close gocui
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
2bdf22c53d
commit
43e36b8408
|
@ -81,6 +81,7 @@ func mainTab(n *gui.Node) {
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
})
|
})
|
||||||
rn.NewButton("git config", func () {
|
rn.NewButton("git config", func () {
|
||||||
|
myGui.CloseToolkit("gocui")
|
||||||
doCmd("git config pull.rebase false")
|
doCmd("git config pull.rebase false")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue