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 8d1dd8fe..815dac52 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -28,6 +28,7 @@ void init_Prefs(iPrefs *d) {
28 d->useSystemTheme = iTrue; 28 d->useSystemTheme = iTrue;
29 d->retainWindowSize = iTrue; 29 d->retainWindowSize = iTrue;
30 d->zoomPercent = 100; 30 d->zoomPercent = 100;
31 d->smoothScrolling = iTrue;
31 d->forceLineWrap = iFalse; 32 d->forceLineWrap = iFalse;
32 d->quoteIcon = iTrue; 33 d->quoteIcon = iTrue;
33 d->font = nunito_TextFont; 34 d->font = nunito_TextFont;