actually pass the value

This commit is contained in:
Jeff Carr 2025-09-09 06:26:00 -05:00
parent 01b8af4620
commit a9a7012293
1 changed files with 3 additions and 0 deletions

3
gui.go
View File

@ -57,6 +57,9 @@ func postMustParse(s string) string {
}
return "false"
case "DEFAULT":
if argGui.GuiPlugin != "" {
return argGui.GuiPlugin
}
return "gocui"
case "FILE":
return "someplugin"