summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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
}
/*