diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 12:39:21 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 12:39:21 +0200 |
commit | 8864cc5aee3b134b0ffc5f53c1593645f4109f8c (patch) | |
tree | ae06a5d64bd72521b447d1abc984f6d2e171e0cb /src/ui/util.c | |
parent | 7bc2f1b1dd089bfd362ad04dad47ab38c6d9ff37 (diff) |
Added option to show URL paths as encoded or decoded
IssueID #73
Diffstat (limited to 'src/ui/util.c')
-rw-r--r-- | src/ui/util.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index 1ad3f30e..6c9d75dc 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -1136,7 +1136,9 @@ iWidget *makePreferences_Widget(void) { | |||
1136 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.biglede"))); | 1136 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.biglede"))); |
1137 | } | 1137 | } |
1138 | /* Proxies. */ { | 1138 | /* Proxies. */ { |
1139 | appendTwoColumnPage_(tabs, "Proxies", '5', &headings, &values); | 1139 | appendTwoColumnPage_(tabs, "Network", '5', &headings, &values); |
1140 | addChild_Widget(headings, iClob(makeHeading_Widget("Decode paths:"))); | ||
1141 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.decodeurls"))); | ||
1140 | addChild_Widget(headings, iClob(makeHeading_Widget("Gemini proxy:"))); | 1142 | addChild_Widget(headings, iClob(makeHeading_Widget("Gemini proxy:"))); |
1141 | setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.gemini"); | 1143 | setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.gemini"); |
1142 | addChild_Widget(headings, iClob(makeHeading_Widget("Gopher proxy:"))); | 1144 | addChild_Widget(headings, iClob(makeHeading_Widget("Gopher proxy:"))); |