summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r--apps/gui/statusbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 5190adc889..516598dd00 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -52,7 +52,7 @@ struct status_info {
52#ifdef HAS_REMOTE_BUTTON_HOLD 52#ifdef HAS_REMOTE_BUTTON_HOLD
53 bool keylockremote; 53 bool keylockremote;
54#endif 54#endif
55#if (defined(CONFIG_LED) && (CONFIG_LED == LED_VIRTUAL)) || defined(HAVE_REMOTE_LCD) 55#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
56 bool led; /* disk LED simulation in the status bar */ 56 bool led; /* disk LED simulation in the status bar */
57#endif 57#endif
58 58