diff options
Diffstat (limited to 'apps/menu.c')
| -rw-r--r-- | apps/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c index b0060f4..4b871bb 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -299,7 +299,7 @@ Menu menu_run(int m) #else lcd_icon(ICON_PARAM, true); #endif - result = MENU_REFRESH_DIR; + result = MENU_DISK_CHANGED; break; #endif |