summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main_menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index d47fc51..ed10d05 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -356,9 +356,11 @@ bool main_menu(void)
items[i].desc = ID2P(LANG_INFO);
items[i++].function = info_menu;
+#ifdef HAVE_LCD_CHARCELLS
items[i].desc = ID2P(LANG_SHUTDOWN);
items[i++].function = clean_shutdown;
-
+#endif
+
m=menu_init( items, i, NULL, NULL, NULL, NULL );
#ifdef HAVE_LCD_CHARCELLS
status_set_param(true);