summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 05:06:08 -0600
committerJeff Carr <[email protected]>2025-01-20 05:06:08 -0600
commit5005edc9e37cb207f6c6035ea6fe3c3d98d94caa (patch)
tree2ef2a0ba9fa27a2ced91572261170a93fdb5c3c6 /structs.go
parent250f1c756881c04720b277bbe1e56ece4988c88f (diff)
add a 'app' defined default plugin variablev0.22.22
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 9c5789e..09fbf1f 100644
--- a/structs.go
+++ b/structs.go
@@ -56,9 +56,8 @@ type guiConfig struct {
// option to pass in compiled plugins as embedded files
resFS embed.FS
- // used to beautify logging to Stdout
- // depth int
- // prefix string
+ // what the application would like the default GUI plugin to be
+ appPlugin string
}
/*