oops. close gocui

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-04-22 13:02:30 -05:00
parent 2bdf22c53d
commit 43e36b8408
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ func mainTab(n *gui.Node) {
os.Exit(0)
})
rn.NewButton("git config", func () {
myGui.CloseToolkit("gocui")
doCmd("git config pull.rebase false")
os.Exit(0)
})