summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-25 10:59:28 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-25 10:59:28 +0300
commitc80331992585bfee3d65a7ba24f3a4b640c48735 (patch)
tree5eaa85a0a3a1c46bdca7cccfae0e7349e22f6d13 /src/prefs.c
parent562a0d2d38c0621a296e8343270f3f1efc268156 (diff)
parent242e8231ea61278fe482020658be86c2dec0ae53 (diff)
Merge branch 'work/v1.7' into dev
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 ef1ce1b0..088cc7bc 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -62,6 +62,7 @@ void init_Prefs(iPrefs *d) {
62 d->quoteIcon = iTrue; 62 d->quoteIcon = iTrue;
63 d->centerShortDocs = iTrue; 63 d->centerShortDocs = iTrue;
64 d->plainTextWrap = iTrue; 64 d->plainTextWrap = iTrue;
65 d->imageStyle = original_ImageStyle;
65 d->docThemeDark = colorfulDark_GmDocumentTheme; 66 d->docThemeDark = colorfulDark_GmDocumentTheme;
66 d->docThemeLight = white_GmDocumentTheme; 67 d->docThemeLight = white_GmDocumentTheme;
67 d->saturation = 1.0f; 68 d->saturation = 1.0f;