Changing default to true

This commit is contained in:
sloum 2020-03-04 21:27:21 -08:00
parent 7edf01eb99
commit cd1be92d34
1 changed files with 1 additions and 1 deletions

View File

@ -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": "",