summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 15:19:57 -0500
committerJeff Carr <[email protected]>2025-09-04 15:19:57 -0500
commitb69542ceedfd7023f9e1fd9c8d5585f1675f0bce (patch)
tree0de831767a962cdc7c8c821027d66b58f0a41a96 /main.go
parentb1de98a8f80b2a8aabce3cd70ab1d9b3fbe7817a (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index b5ea0b8..382dedd 100644
--- a/main.go
+++ b/main.go
@@ -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)