summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-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)
236 break; 236 break;
237#endif 237#endif
238 238
239#ifndef SIMULATOR
239#ifdef SETTINGS_ACCEPT 240#ifdef SETTINGS_ACCEPT
240 case SETTINGS_ACCEPT: 241 case SETTINGS_ACCEPT:
241#else 242#else
@@ -249,6 +250,7 @@ bool show_info(void)
249#endif 250#endif
250 new_info = true; 251 new_info = true;
251 break; 252 break;
253#endif
252 254
253 default: 255 default:
254 if (default_event_handler(key) == SYS_USB_CONNECTED) 256 if (default_event_handler(key) == SYS_USB_CONNECTED)