summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-04 05:46:49 -0500
committerJeff Carr <[email protected]>2021-11-04 05:46:49 -0500
commitf5fa56cddcd2bb50d7a37637d1e8e056bfeea113 (patch)
treebe65237490f67f16a7a1ab213a2b28976af0a374 /structs.go
parent98adddc996077f4ce6db4d3be949a96829ccb4f6 (diff)
SMALL: some stuff hanging around
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index d82e621..79b3fbf 100644
--- a/structs.go
+++ b/structs.go
@@ -23,6 +23,7 @@ type GuiConfig struct {
Width int
Height int
Stretchy bool
+ Menu bool
Exit func(*Node)
Debug bool