maybe this will get fyne to work
This commit is contained in:
parent
cd62709b64
commit
8a71fc4012
|
@ -52,6 +52,10 @@ func PluginChannel() chan widget.Action {
|
|||
return me.myTree.PluginChannel()
|
||||
}
|
||||
|
||||
func FrozenChannel() chan widget.Action {
|
||||
return me.myTree.FrozenChannel()
|
||||
}
|
||||
|
||||
func initTree() *tree.TreeInfo {
|
||||
t := tree.New()
|
||||
t.PluginName = PLUGIN
|
||||
|
|
Loading…
Reference in New Issue