diff options
| author | Jeff Carr <[email protected]> | 2025-02-12 17:00:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-12 17:00:44 -0600 |
| commit | 827a258a867a652ea2207877d3dc7541d1afca26 (patch) | |
| tree | efe8914aecc31343e239ad663de2491168e0d09c /structs.go | |
| parent | db0986fa06245a1173aa3a3b654e7df25117acdc (diff) | |
initOnce()
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
