summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 14:25:48 -0500
committerJeff Carr <[email protected]>2025-10-15 14:25:48 -0500
commit0081c99af507241879cdc62ca4ca0fdc4343d6d6 (patch)
tree210b5d181632ff5c12fa6f2eb71b0829658834dd /gui.go
parent109134608f6a91103dfdcb060e8c6b9c2469e5b6 (diff)
something. notsurev0.0.38
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index e135a43..6d6e208 100644
--- a/gui.go
+++ b/gui.go
@@ -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)
}