From cd1be92d34c7a492f13f7dcde89c85cf663dc64a Mon Sep 17 00:00:00 2001 From: sloum Date: Wed, 4 Mar 2020 21:27:21 -0800 Subject: [PATCH] Changing default to true --- defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.go b/defaults.go index 58ff0c4..c4ca227 100644 --- a/defaults.go +++ b/defaults.go @@ -48,9 +48,9 @@ var defaultOptions = map[string]string{ "configlocation": xdgConfigPath(), "defaultscheme": "gopher", // "gopher", "gemini", "http", "https" "homeurl": "gopher://bombadillo.colorfield.space:70/1/user-guide.map", - "showimages": "false", "savelocation": homePath(), "searchengine": "gopher://gopher.floodgap.com:70/7/v2/vs", + "showimages": "true", "telnetcommand": "telnet", "theme": "normal", // "normal", "inverted", "color" "tlscertificate": "",