summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 12472fa79b..ae3cb3c2da 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1505,6 +1505,7 @@ bool rockbox_browse(char *root, int dirfilter)
memcpy(currdir_save, currdir, sizeof(currdir));
reload_dir = true;
+ start_wps = false;
rc = dirbrowse(root, &dirfilter);
memcpy(currdir, currdir_save, sizeof(currdir));