diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c index 8eaff87..05961db 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -887,14 +887,14 @@ static bool dirbrowse(void) if (gui_wps_show() == SYS_USB_CONNECTED) reload_dir = true; -#ifdef HAVE_LCD_COLOR - show_main_backdrop(); -#endif #ifdef HAVE_HOTSWAP else if (!id3db) /* Try reload to catch 'no longer valid' case. */ reload_dir = true; #endif +#ifdef HAVE_LCD_COLOR + show_main_backdrop(); +#endif id3db = check_changed_id3mode(id3db); restore = true; start_wps=false; |