diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 06:26:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 06:26:00 -0500 |
| commit | a9a7012293029de8e17f521259fa2b85fa70b82d (patch) | |
| tree | 0847efa9d47bf7b1865991e333f4cfdeaa627adc /gui.go | |
| parent | 01b8af46208a818d1d47438214d98690982e1792 (diff) | |
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
