diff options
-rw-r--r-- | apps/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
942 | icons_init(); | 942 | icons_init(); |
943 | 943 | ||
944 | #ifdef HAVE_LCD_COLOR | 944 | #ifdef HAVE_LCD_COLOR |
945 | if (global_settings.colors_file) | 945 | if (global_settings.colors_file[0]) |
946 | read_color_theme_file(); | 946 | read_color_theme_file(); |
947 | #endif | 947 | #endif |
948 | 948 | ||