summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 13:40:54 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 13:41:35 +0300
commitf9117532955f0d8935971eb1053f13f9ecab7662 (patch)
tree843914f355dc8da3cadaa6bd450075c7dc501054 /src/prefs.c
parent6074a467110bfb4e40c3e659cc674d7bbaa82d5a (diff)
Preferences: Collapse preformatted blocks on page load
IssueID #180
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;