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, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index a55ab0c8b6..012e289d0c 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -823,8 +823,8 @@ struct user_settings
823#endif 823#endif
824 824
825 char start_directory[MAX_PATHNAME+1]; 825 char start_directory[MAX_PATHNAME+1];
826 /* status setting for the root menu customisability. 0 = default, 1 = loaded from cfg */ 826 /* Has the root been customized from the .cfg file? false = no, true = loaded from cfg */
827 int root_menu; 827 bool root_menu_customized;
828}; 828};
829 829
830/** global variables **/ 830/** global variables **/