summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-25 05:25:10 -0500
committerJeff Carr <[email protected]>2021-10-25 05:25:10 -0500
commitcbb777cb3dabee7fd7a9979bf4690a4ebf593666 (patch)
treeec63d5e221cc53984cba38f3dcfb35e1a9c4e343 /gui.go
parent4e5c26419d6c411ba04c57cb7b8062e73f695cec (diff)
EXAMPLE: correctly add a tab to the example app
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index 0c903b4..b9a8d06 100644
--- a/gui.go
+++ b/gui.go
@@ -24,6 +24,8 @@ func init() {
Config.counter = 0
Config.prefix = "jwc"
+ Config.DebugNode = false
+ Config.DebugTabs = false
}
func GuiInit() {