summaryrefslogtreecommitdiff
path: root/structs.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 /structs.go
parent4e5c26419d6c411ba04c57cb7b8062e73f695cec (diff)
EXAMPLE: correctly add a tab to the example app
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 8833dd5..80c763d 100644
--- a/structs.go
+++ b/structs.go
@@ -23,6 +23,8 @@ type GuiConfig struct {
Width int
Height int
Debug bool
+ DebugNode bool
+ DebugTabs bool
DebugTable bool
Exit func(*GuiWindow)