From 5005edc9e37cb207f6c6035ea6fe3c3d98d94caa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 05:06:08 -0600 Subject: add a 'app' defined default plugin variable --- structs.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'structs.go') 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 } /* -- cgit v1.2.3