summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 16ab41f8d5..36cf4930e1 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -69,6 +69,10 @@ struct user_settings
69 69
70 /* show status bar */ 70 /* show status bar */
71 bool statusbar; /* 0=hide, 1=show */ 71 bool statusbar; /* 0=hide, 1=show */
72
73 /* Hidden and dotfile settings */
74 bool show_hidden_files; /* 1=show dotfiles/hidden,
75 0=hide dotfiles/hidden */
72 76
73 /* geeky persistent statistics */ 77 /* geeky persistent statistics */
74 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 78 unsigned int total_uptime; /* total uptime since rockbox was first booted */