diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 15:19:57 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 15:19:57 -0500 | 
| commit | b69542ceedfd7023f9e1fd9c8d5585f1675f0bce (patch) | |
| tree | 0de831767a962cdc7c8c821027d66b58f0a41a96 | |
| parent | b1de98a8f80b2a8aabce3cd70ab1d9b3fbe7817a (diff) | |
| -rw-r--r-- | main.go | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ var myGui *gui.Node  var win *gadgets.BasicWindow  func main() { -	myGui = gui.New().Default() +	myGui = gui.New() +	myGui.Default()  	myGui.LoadToolkit("andlabs")  	helloworld()  	log.Sleep(1)  | 
