summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 088d68ac1e..4a8e9c1868 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -453,6 +453,9 @@ int ft_enter(struct tree_context* c)
453#if LCD_DEPTH > 1 453#if LCD_DEPTH > 1
454 unload_wps_backdrop(); 454 unload_wps_backdrop();
455#endif 455#endif
456#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
457 unload_remote_wps_backdrop();
458#endif
456 wps_data_load(gui_wps[0].data, buf, true); 459 wps_data_load(gui_wps[0].data, buf, true);
457 set_file(buf, (char *)global_settings.wps_file, 460 set_file(buf, (char *)global_settings.wps_file,
458 MAX_FILENAME); 461 MAX_FILENAME);