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