summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-20 14:09:08 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-20 14:09:08 +0200
commitdf0e00463c5b55f89471720c1bf4d83e1f428aae (patch)
tree00f39e4c7d7308e5b1d65473a538c691181abefa /src/prefs.h
parentc998b25d4d428e860520bb8fa4fd5450c1b865fd (diff)
Preferences: Added a Gemini proxy
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 2488d43b..33ce8b41 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -40,6 +40,7 @@ struct Impl_Prefs {
40 iBool smoothScrolling; 40 iBool smoothScrolling;
41 iBool useSystemTheme; 41 iBool useSystemTheme;
42 enum iColorTheme theme; 42 enum iColorTheme theme;
43 iString geminiProxy;
43 iString gopherProxy; 44 iString gopherProxy;
44 iString httpProxy; 45 iString httpProxy;
45 iString downloadDir; 46 iString downloadDir;