diff options
| author | Jeff Carr <[email protected]> | 2025-02-12 17:00:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-12 17:00:32 -0600 |
| commit | fa9ec36dbb05877a802ac6b5e2d358a2372f9a68 (patch) | |
| tree | f4e218ca3de7acca53ba5044be77696bbdef4554 /treeInit.go | |
| parent | 8c459da9f7a406b01bfd187e09ed9d4113d3ef36 (diff) | |
initOnce()
Diffstat (limited to 'treeInit.go')
| -rw-r--r-- | treeInit.go | 1 |
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() } |
