summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/status.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index 4849062447..410728484e 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -60,7 +60,10 @@ void status_draw(void)
60#if defined(HAVE_LCD_BITMAP) && defined(HAVE_RTC) 60#if defined(HAVE_LCD_BITMAP) && defined(HAVE_RTC)
61 int hour, minute; 61 int hour, minute;
62#endif 62#endif
63 63
64 if ( !global_settings.statusbar )
65 return;
66
64#if defined(HAVE_LCD_CHARCELLS) 67#if defined(HAVE_LCD_CHARCELLS)
65 lcd_icon(ICON_VOLUME, true); 68 lcd_icon(ICON_VOLUME, true);
66 if(volume > 10) 69 if(volume > 10)