diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/settings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 1e96c05..f01b599 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -927,7 +927,8 @@ void settings_apply(bool read_disk) CHART("<icons_init"); #ifdef HAVE_LCD_COLOR - if (global_settings.colors_file[0]) + if (global_settings.colors_file[0] + && global_settings.colors_file[0] != '-') { CHART(">read_color_theme_file"); read_color_theme_file(); |