diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 3 |
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 char start_directory[MAX_PATHNAME+1]; /* Has the root been customized from the .cfg file? false = no, true = loaded from cfg */ bool root_menu_customized; +#ifdef HAVE_QUICKSCREEN + bool shortcuts_replaces_qs; +#endif }; /** global variables **/ |