summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 0f3c95d979..4924669059 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -429,7 +429,7 @@ static const struct bit_entry hd_bits[] =
429 {1, S_O(spdif_enable), false, "spdif enable", off_on}, 429 {1, S_O(spdif_enable), false, "spdif enable", off_on},
430#endif 430#endif
431 431
432 {1, S_O(next_folder), false, "move to next folder", off_on }, 432 {1, S_O(next_folder), true, "folder navigation", off_on },
433 {1, S_O(runtimedb), false, "gather runtime data", off_on }, 433 {1, S_O(runtimedb), false, "gather runtime data", off_on },
434 434
435#if CONFIG_CODEC == SWCODEC 435#if CONFIG_CODEC == SWCODEC