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/prefs.c | |
parent | 7bc2f1b1dd089bfd362ad04dad47ab38c6d9ff37 (diff) |
Added option to show URL paths as encoded or decoded
IssueID #73
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 574e07d0..31ffe03b 100644 --- a/src/prefs.c +++ b/src/prefs.c | |||
@@ -33,6 +33,7 @@ void init_Prefs(iPrefs *d) { | |||
33 | d->hoverOutline = iFalse; | 33 | d->hoverOutline = iFalse; |
34 | d->smoothScrolling = iTrue; | 34 | d->smoothScrolling = iTrue; |
35 | d->loadImageInsteadOfScrolling = iFalse; | 35 | d->loadImageInsteadOfScrolling = iFalse; |
36 | d->decodeUserVisibleURLs = iTrue; | ||
36 | d->font = nunito_TextFont; | 37 | d->font = nunito_TextFont; |
37 | d->headingFont = nunito_TextFont; | 38 | d->headingFont = nunito_TextFont; |
38 | d->monospaceGemini = iFalse; | 39 | d->monospaceGemini = iFalse; |