summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-12 17:00:44 -0600
committerJeff Carr <[email protected]>2025-02-12 17:00:44 -0600
commit827a258a867a652ea2207877d3dc7541d1afca26 (patch)
treeefe8914aecc31343e239ad663de2491168e0d09c /structs.go
parentdb0986fa06245a1173aa3a3b654e7df25117acdc (diff)
initOnce()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
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