summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/main_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 5a5607afe0..e6c2bb76c2 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -236,6 +236,7 @@ bool show_info(void)
break;
#endif
+#ifndef SIMULATOR
#ifdef SETTINGS_ACCEPT
case SETTINGS_ACCEPT:
#else
@@ -249,6 +250,7 @@ bool show_info(void)
#endif
new_info = true;
break;
+#endif
default:
if (default_event_handler(key) == SYS_USB_CONNECTED)