diff options
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ func postMustParse(s string) string { var prepGui *GuiPrep type GuiPrep struct { - rootn *gui.Node + rootn *gui.Node // hidden bool // don't update the toolkits when it's hidden // Auto func([]string) } |
