summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-13 21:31:31 -0600
committerJeff Carr <[email protected]>2024-11-13 21:31:31 -0600
commit8a144eb5fd1ea8a799af51d93518b8080e6624f1 (patch)
treee5d85c6402a4264be65b50827dc5969b755539cb /main.go
parentce2794c2b070142309b94d7fb6fef78216ab44cd (diff)
return when --gui noguiv0.22.5
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index bdfe837..31f47f2 100644
--- a/main.go
+++ b/main.go
@@ -269,6 +269,7 @@ func (n *Node) Default() *Node {
return n
}
log.Log(WARN, "LoadToolkit() failed for =", argGui.GuiPlugin)
+ return nil
}
// if DISPLAY isn't set, return since gtk can't load
// TODO: figure out how to check what to do in macos and mswindows