diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 0c4e26a..d7cb7fb 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -645,7 +645,7 @@ bool dirbrowse(char *root) lcd_stop_scroll(); result = main_menu(); /* do we need to rescan dir? */ - if (result == MENU_REFRESH_DIR || + if (result == MENU_DISK_CHANGED || lastfilter != global_settings.mp3filter || lastsortcase != global_settings.sort_case || show_hidden_files != global_settings.show_hidden_files) |