summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 78860fa700..46f410a2f4 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -322,6 +322,7 @@ struct user_settings
322#endif 322#endif
323 323
324 bool next_folder; /* move to next folder */ 324 bool next_folder; /* move to next folder */
325 bool runtimedb; /* runtime database active? */
325}; 326};
326 327
327enum optiontype { INT, BOOL }; 328enum optiontype { INT, BOOL };