From 55b5aed5c4837c8de131925966b328f43bb03b61 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Apr 2023 00:28:33 -0500 Subject: both andlabs & gocui plugins have working channels Signed-off-by: Jeff Carr --- toolkit/andlabs/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolkit/andlabs') diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go index 19a8aaa..a8c8b39 100644 --- a/toolkit/andlabs/main.go +++ b/toolkit/andlabs/main.go @@ -11,6 +11,8 @@ import ( //go:embed resources var res embed.FS + +// this is the channel we get requests to make widgets var pluginChan chan toolkit.Action func catchActionChannel() { -- cgit v1.2.3