summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 12472fa..ae3cb3c 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));