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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 5cefcf6dc2..66b20ca6ca 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -152,10 +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 */ 155#define F_BANFROMQS 0x80000000 /* ban the setting from the quickscreen items */
156 156#define F_DEPRECATED 0x40000000 /* DEPRECATED setting, don't write to .cfg */
157struct settings_list { 157struct settings_list {
158 uint32_t flags; /* B___ _SER TFFF NNN_ _ATW PTVC IFRB STTT */ 158 uint32_t flags; /* BD__ _SER TFFF NNN_ _ATW PTVC IFRB STTT */
159 void *setting; 159 void *setting;
160 int lang_id; /* -1 for none */ 160 int lang_id; /* -1 for none */
161 union storage_type default_val; 161 union storage_type default_val;