diff options
Diffstat (limited to 'toolkit/andlabs/main.go')
| -rw-r--r-- | toolkit/andlabs/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |
