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 e6eba2a6..96fa3c59 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -33,6 +33,7 @@ void init_Prefs(iPrefs *d) {
33 d->accent = cyan_ColorAccent; 33 d->accent = cyan_ColorAccent;
34 d->customFrame = iFalse; /* needs some more work to be default */ 34 d->customFrame = iFalse; /* needs some more work to be default */
35 d->retainWindowSize = iTrue; 35 d->retainWindowSize = iTrue;
36 d->uiAnimations = iTrue;
36 d->uiScale = 1.0f; /* default set elsewhere */ 37 d->uiScale = 1.0f; /* default set elsewhere */
37 d->zoomPercent = 100; 38 d->zoomPercent = 100;
38 d->sideIcon = iTrue; 39 d->sideIcon = iTrue;