summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 586c746..9f4b93c 100644
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@ package gui
import (
// "embed"
- "git.wit.org/wit/gui/toolkit"
+ // "git.wit.org/wit/gui/toolkit"
)
// Windows doesn't support plugins. How can I keep andlabs and only compile it on windows?
@@ -34,7 +34,7 @@ func init() {
Config.master = addNode("guiBinaryTree")
// used to pass debugging flags to the toolkit plugins
- Config.flag = Config.master.New("flag", toolkit.Flag, nil)
+ Config.flag = Config.master.New("flag", 0, nil)
}
func doGuiChan() {