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 146f3838..1fcb1b8e 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -7,6 +7,7 @@ void init_Prefs(iPrefs *d) {
7 d->retainWindowSize = iTrue; 7 d->retainWindowSize = iTrue;
8 d->zoomPercent = 100; 8 d->zoomPercent = 100;
9 d->forceLineWrap = iFalse; 9 d->forceLineWrap = iFalse;
10 d->quoteIcon = iTrue;
10 d->font = nunito_TextFont; 11 d->font = nunito_TextFont;
11 d->headingFont = nunito_TextFont; 12 d->headingFont = nunito_TextFont;
12 d->lineWidth = 40; 13 d->lineWidth = 40;