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) * before any other moveable allocs. */ theme_init_buffer(); - settings_reset(); - i2c_init(); power_init(); @@ -468,6 +466,8 @@ static void init(void) global_status.font_id[rc] = FONT_SYSFIXED; font_init(); #endif + + settings_reset(); CHART(">show_logo"); show_logo();