summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-11 21:37:36 -0500
committerJeff Carr <[email protected]>2023-04-11 21:37:36 -0500
commit982097557b2625cf04378cd7e7771122382d6de9 (patch)
treed3db47982c505e3dde0deb48b9c4eb69c9bf5ab0 /toolkit/andlabs/main.go
parent874e0beffad469f713d0435524e0a2f12dcfd978 (diff)
both gocui and andlabs worked with buttondemo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/main.go')
-rw-r--r--toolkit/andlabs/main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go
index 37df0be..e6befd2 100644
--- a/toolkit/andlabs/main.go
+++ b/toolkit/andlabs/main.go
@@ -34,10 +34,10 @@ func catchActionChannel() {
log(logError,"catchActionChannel() ui.Main() START")
log(logError,"catchActionChannel() ui.Main() START")
sleep(1)
- // ui.Main(demoUI)
- ui.Main( func() {
- rawAction(a)
- })
+ go ui.Main(demoUI)
+ // go ui.Main( func() {
+ // rawAction(a)
+ // })
// probably not needed, but in here for now under development
uiMainUndef = false
sleep(1)