diff options
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() }) } |
