From 56b4aa8014baa8205459545dc27a173cbbcbee16 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Apr 2023 22:12:18 -0500 Subject: andlabs now works the 'new way' Signed-off-by: Jeff Carr --- toolkit/andlabs/main.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolkit') 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 -- cgit v1.2.3