summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 777c7dbefe..fb562c9191 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -827,6 +827,9 @@ struct user_settings
827 char start_directory[MAX_PATHNAME+1]; 827 char start_directory[MAX_PATHNAME+1];
828 /* Has the root been customized from the .cfg file? false = no, true = loaded from cfg */ 828 /* Has the root been customized from the .cfg file? false = no, true = loaded from cfg */
829 bool root_menu_customized; 829 bool root_menu_customized;
830#ifdef HAVE_QUICKSCREEN
831 bool shortcuts_replaces_qs;
832#endif
830}; 833};
831 834
832/** global variables **/ 835/** global variables **/