summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-07 22:12:18 -0500
committerJeff Carr <[email protected]>2023-04-07 22:12:18 -0500
commit56b4aa8014baa8205459545dc27a173cbbcbee16 (patch)
tree578ed5a89d709de6a8fc44328232766e4ea8d15c /toolkit/andlabs/main.go
parent59df0c2e206a6d9a77041b1ed14c9069d3f779ab (diff)
andlabs now works the 'new way'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/main.go')
-rw-r--r--toolkit/andlabs/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go
index bf13746..19a8aaa 100644
--- a/toolkit/andlabs/main.go
+++ b/toolkit/andlabs/main.go
@@ -55,6 +55,11 @@ func Callback(guiCallback chan toolkit.Action) {
callback = guiCallback
}
+func PluginChannel() chan toolkit.Action {
+ return pluginChan
+}
+
+
// Other goroutines must use this to access the GUI
//
// You can not acess / process the GUI thread directly from