summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 84f8bc3893..4d1293dcce 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -446,8 +446,6 @@ static void init(void)
446 * before any other moveable allocs. */ 446 * before any other moveable allocs. */
447 theme_init_buffer(); 447 theme_init_buffer();
448 448
449 settings_reset();
450
451 i2c_init(); 449 i2c_init();
452 450
453 power_init(); 451 power_init();
@@ -468,6 +466,8 @@ static void init(void)
468 global_status.font_id[rc] = FONT_SYSFIXED; 466 global_status.font_id[rc] = FONT_SYSFIXED;
469 font_init(); 467 font_init();
470#endif 468#endif
469
470 settings_reset();
471 471
472 CHART(">show_logo"); 472 CHART(">show_logo");
473 show_logo(); 473 show_logo();