diff options
| -rw-r--r-- | gui.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
