From 827a258a867a652ea2207877d3dc7541d1afca26 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Feb 2025 17:00:44 -0600 Subject: initOnce() --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index c4792b7..6b7516d 100644 --- a/structs.go +++ b/structs.go @@ -17,6 +17,7 @@ import ( var treeRoot *Node type TreeInfo struct { + ok bool // indicates the plugin actually initialized PluginName string // used to identify the plugin config *ToolkitConfigs // protobuf of plugin settings callback chan widget.Action // mouse clicks or keyboard events back to the program -- cgit v1.2.3