diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 14:25:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 14:25:48 -0500 |
| commit | 0081c99af507241879cdc62ca4ca0fdc4343d6d6 (patch) | |
| tree | 210b5d181632ff5c12fa6f2eb71b0829658834dd /gui.go | |
| parent | 109134608f6a91103dfdcb060e8c6b9c2469e5b6 (diff) | |
something. notsurev0.0.38
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) } |
