diff --git a/apps/settings.c b/apps/settings.c index 26b9434ba4..a77af6fc44 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -942,7 +942,7 @@ void settings_apply(void) icons_init(); #ifdef HAVE_LCD_COLOR - if (global_settings.colors_file) + if (global_settings.colors_file[0]) read_color_theme_file(); #endif