summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 753cd71e8d..bfc331dc88 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -162,6 +162,7 @@ int init_dircache(bool preinit)
162 { 162 {
163 backlight_on(); 163 backlight_on();
164 show_logo(); 164 show_logo();
165 settings_save();
165 } 166 }
166 } 167 }
167 168