diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 05:06:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 05:06:08 -0600 |
| commit | 5005edc9e37cb207f6c6035ea6fe3c3d98d94caa (patch) | |
| tree | 2ef2a0ba9fa27a2ced91572261170a93fdb5c3c6 /structs.go | |
| parent | 250f1c756881c04720b277bbe1e56ece4988c88f (diff) | |
add a 'app' defined default plugin variablev0.22.22
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 } /* |
