by default, hide help menu
This commit is contained in:
parent
046e6b4d6c
commit
e73cfaf490
1
init.go
1
init.go
|
@ -48,7 +48,6 @@ func toolkitInit() {
|
||||||
log.Info("gocui toolkitInit() trying showHelp() me.ok =", me.ok)
|
log.Info("gocui toolkitInit() trying showHelp() me.ok =", me.ok)
|
||||||
showHelp()
|
showHelp()
|
||||||
hideHelp()
|
hideHelp()
|
||||||
showHelp()
|
|
||||||
// SETUP HELP END
|
// SETUP HELP END
|
||||||
|
|
||||||
// SETUP STDOUT START
|
// SETUP STDOUT START
|
||||||
|
|
Loading…
Reference in New Issue