diff options
| author | Jeff Carr <[email protected]> | 2023-04-23 14:18:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-23 14:18:34 -0500 |
| commit | 890fe6740e7810e7eadd5cad21fefe2e99fd2d76 (patch) | |
| tree | fdc556520d48b4864656516be38f815b3ca339ec /cmds/buttonplugin/main.go | |
| parent | 36894c8b38c6ef3a722ef00fa5d3aeddcef5724e (diff) | |
andlabs: artificial delay. queue() all add's
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/main.go')
| -rw-r--r-- | cmds/buttonplugin/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go index 7c62b21..d206591 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -19,7 +19,8 @@ func main() { // gui.SetDebug(true) // myGui = gui.New().LoadToolkit("gocui") - myGui = gui.New().LoadToolkit("andlabs") + // myGui = gui.New().LoadToolkit("andlabs") + myGui = gui.New().Default() buttonWindow() // This is just a optional goroutine to watch that things are alive |
