From 890fe6740e7810e7eadd5cad21fefe2e99fd2d76 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Apr 2023 14:18:34 -0500 Subject: andlabs: artificial delay. queue() all add's Signed-off-by: Jeff Carr --- cmds/buttonplugin/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmds/buttonplugin/main.go') 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 -- cgit v1.2.3