diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 } /* |
