diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 12:18:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 12:18:11 -0600 |
| commit | f48b950655f57cb02bbd754ba0043a953956f888 (patch) | |
| tree | 7547dd1b167536fe9cb4c6f42e6675b5ac0d89d1 /main.go | |
| parent | c2a563ae37d11f8374df6c7f00661369f4d5a76f (diff) | |
things are moving to widget.Statev0.0.9
pass borderless
windows correctly destroy themselves from the binary tree
checkbox state cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,7 @@ func queueMain(currentA widget.Action) { // it's easier to code it this way however // also, if it dies here, it get's caught // usually, this is where it dies + log.Warn("about to send action into the andlabs ui.QueueMain()") ui.QueueMain(func() { processAction(¤tA) }) @@ -57,6 +58,10 @@ func guiMain() { // a better way would be to spawn ui.Main on the first actual window // that is supposed to be displayed placeholderUI() + + // if nothing is working, run this instead to make + // sure you have something + // demoUI() }) } |
