summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 13:30:47 -0500
committerJeff Carr <[email protected]>2025-10-13 13:30:47 -0500
commit109134608f6a91103dfdcb060e8c6b9c2469e5b6 (patch)
tree8caaa563795fc7f66dac42d2edae69f33b70ab19 /gui.go
parentc1c74f51f8ec5a3346508394a12279e2f6cd73bd (diff)
not usedv0.0.37
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.go b/gui.go
index 131bc74..e135a43 100644
--- a/gui.go
+++ b/gui.go
@@ -76,8 +76,8 @@ var prepGui *GuiPrep
type GuiPrep struct {
rootn *gui.Node
- hidden bool // don't update the toolkits when it's hidden
- Auto func([]string)
+ // hidden bool // don't update the toolkits when it's hidden
+ // Auto func([]string)
}
func Gui() *GuiPrep {