summaryrefslogtreecommitdiff
path: root/treeInit.go
diff options
context:
space:
mode:
Diffstat (limited to 'treeInit.go')
-rw-r--r--treeInit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/treeInit.go b/treeInit.go
index 40b5157..57db353 100644
--- a/treeInit.go
+++ b/treeInit.go
@@ -48,6 +48,7 @@ func Callback(guiCallback chan widget.Action) {
}
func PluginChannel() chan widget.Action {
+ initOnce.Do(initPlugin)
return me.myTree.PluginChannel()
}