diff options
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 815dac52..5c73833e 100644 --- a/src/prefs.c +++ b/src/prefs.c | |||
@@ -33,6 +33,8 @@ void init_Prefs(iPrefs *d) { | |||
33 | d->quoteIcon = iTrue; | 33 | d->quoteIcon = iTrue; |
34 | d->font = nunito_TextFont; | 34 | d->font = nunito_TextFont; |
35 | d->headingFont = nunito_TextFont; | 35 | d->headingFont = nunito_TextFont; |
36 | d->monospaceGemini = iFalse; | ||
37 | d->monospaceGopher = iFalse; | ||
36 | d->lineWidth = 40; | 38 | d->lineWidth = 40; |
37 | d->bigFirstParagraph = iTrue; | 39 | d->bigFirstParagraph = iTrue; |
38 | d->sideIcon = iTrue; | 40 | d->sideIcon = iTrue; |