maybe this will get fyne to work

This commit is contained in:
Jeff Carr 2025-03-04 01:57:44 -06:00
parent cd62709b64
commit 8a71fc4012
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ func PluginChannel() chan widget.Action {
return me.myTree.PluginChannel() return me.myTree.PluginChannel()
} }
func FrozenChannel() chan widget.Action {
return me.myTree.FrozenChannel()
}
func initTree() *tree.TreeInfo { func initTree() *tree.TreeInfo {
t := tree.New() t := tree.New()
t.PluginName = PLUGIN t.PluginName = PLUGIN