diff options
| author | Jeff Carr <[email protected]> | 2023-04-23 07:37:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-23 07:37:24 -0500 |
| commit | 2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 (patch) | |
| tree | 4cab36495872e70220e47b1790189249c3e2bcdc /cmds/buttonplugin/main.go | |
| parent | aeb998eea5ef67c1c87664340b89b5e415fb0747 (diff) | |
actually ran again without crashing
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 01ce1c8..7c62b21 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -18,7 +18,8 @@ func main() { // This will turn on all debugging // gui.SetDebug(true) - myGui = gui.New().LoadToolkit("gocui") + // myGui = gui.New().LoadToolkit("gocui") + myGui = gui.New().LoadToolkit("andlabs") buttonWindow() // This is just a optional goroutine to watch that things are alive |
