summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 3bce8c7929..50a309d8da 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -406,6 +406,7 @@ static const struct bit_entry hd_bits[] =
406#endif 406#endif
407 407
408 {1, S_O(next_folder), false, "move to next folder", off_on }, 408 {1, S_O(next_folder), false, "move to next folder", off_on },
409 {1, S_O(runtimedb), false, "gather runtime data", off_on },
409 410
410 /* new stuff to be added at the end */ 411 /* new stuff to be added at the end */
411 412