summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 60e3f7f0c7..1bc529c7d9 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -152,8 +152,10 @@ struct custom_setting {
152#define F_PADTITLE 0x800 /* pad the title with spaces to force it to scroll */ 152#define F_PADTITLE 0x800 /* pad the title with spaces to force it to scroll */
153#define F_NO_WRAP 0x1000 /* used if the list should not wrap */ 153#define F_NO_WRAP 0x1000 /* used if the list should not wrap */
154 154
155#define F_BANFROMQS 0x80000000 /* ban the setting from the quickscreen items */
156
155struct settings_list { 157struct settings_list {
156 uint32_t flags; /* ____ _SER TFFF NNN_ _ATW PTVC IFRB STTT */ 158 uint32_t flags; /* B___ _SER TFFF NNN_ _ATW PTVC IFRB STTT */
157 void *setting; 159 void *setting;
158 int lang_id; /* -1 for none */ 160 int lang_id; /* -1 for none */
159 union storage_type default_val; 161 union storage_type default_val;