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 088d68a..4a8e9c1 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -453,6 +453,9 @@ int ft_enter(struct tree_context* c)
#if LCD_DEPTH > 1
unload_wps_backdrop();
#endif
+#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
+ unload_remote_wps_backdrop();
+#endif
wps_data_load(gui_wps[0].data, buf, true);
set_file(buf, (char *)global_settings.wps_file,
MAX_FILENAME);