diff options
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 4d079402..f7179ad7 100644 --- a/src/prefs.c +++ b/src/prefs.c | |||
@@ -32,6 +32,7 @@ void init_Prefs(iPrefs *d) { | |||
32 | d->langFrom = 3; /* fr */ | 32 | d->langFrom = 3; /* fr */ |
33 | d->langTo = 2; /* en */ | 33 | d->langTo = 2; /* en */ |
34 | d->useSystemTheme = iTrue; | 34 | d->useSystemTheme = iTrue; |
35 | d->systemPreferredColorTheme[0] = d->systemPreferredColorTheme[1] = -1; | ||
35 | d->theme = dark_ColorTheme; | 36 | d->theme = dark_ColorTheme; |
36 | d->accent = cyan_ColorAccent; | 37 | d->accent = cyan_ColorAccent; |
37 | d->customFrame = iFalse; /* needs some more work to be default */ | 38 | d->customFrame = iFalse; /* needs some more work to be default */ |