diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 13:30:47 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 13:30:47 -0500 | 
| commit | 109134608f6a91103dfdcb060e8c6b9c2469e5b6 (patch) | |
| tree | 8caaa563795fc7f66dac42d2edae69f33b70ab19 | |
| parent | c1c74f51f8ec5a3346508394a12279e2f6cd73bd (diff) | |
not usedv0.0.37
| -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 {  | 
