diff options
| author | Jeff Carr <[email protected]> | 2023-04-07 22:12:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-07 22:12:18 -0500 |
| commit | 56b4aa8014baa8205459545dc27a173cbbcbee16 (patch) | |
| tree | 578ed5a89d709de6a8fc44328232766e4ea8d15c /toolkit/andlabs/main.go | |
| parent | 59df0c2e206a6d9a77041b1ed14c9069d3f779ab (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.go | 5 |
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 |
