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
/* show status bar */
bool statusbar; /* 0=hide, 1=show */
+
+ /* Hidden and dotfile settings */
+ bool show_hidden_files; /* 1=show dotfiles/hidden,
+ 0=hide dotfiles/hidden */
/* geeky persistent statistics */
unsigned int total_uptime; /* total uptime since rockbox was first booted */