summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 119dfd56..8a1bda79 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -40,6 +40,7 @@ void init_Prefs(iPrefs *d) {
40 d->hoverLink = iTrue; 40 d->hoverLink = iTrue;
41 d->smoothScrolling = iTrue; 41 d->smoothScrolling = iTrue;
42 d->loadImageInsteadOfScrolling = iFalse; 42 d->loadImageInsteadOfScrolling = iFalse;
43 d->collapsePreOnLoad = iFalse;
43 d->decodeUserVisibleURLs = iTrue; 44 d->decodeUserVisibleURLs = iTrue;
44 d->maxCacheSize = 10; 45 d->maxCacheSize = 10;
45 d->font = nunito_TextFont; 46 d->font = nunito_TextFont;