summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index b0060f4df4..4b871bb293 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -299,7 +299,7 @@ Menu menu_run(int m)
299#else 299#else
300 lcd_icon(ICON_PARAM, true); 300 lcd_icon(ICON_PARAM, true);
301#endif 301#endif
302 result = MENU_REFRESH_DIR; 302 result = MENU_DISK_CHANGED;
303 break; 303 break;
304#endif 304#endif
305 305