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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index b7044c8039..05da5e8b20 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -102,8 +102,9 @@ struct choice_setting {
102- number of bytes for a NVRAM setting is changed 102- number of bytes for a NVRAM setting is changed
103- a NVRAM setting is removed 103- a NVRAM setting is removed
104*/ 104*/
105#define F_TEMPVAR 0x400 /* used if the setting should be set using a temp var */ 105#define F_TEMPVAR 0x0400 /* used if the setting should be set using a temp var */
106#define F_FLIPLIST 0x800 /* used if the order in the setting screen is backwards */ 106#define F_FLIPLIST 0x0800 /* used if the order in the setting screen is backwards */
107#define F_NO_WRAP 0x1000 /* used if the list should not wrap */
107 108
108struct settings_list { 109struct settings_list {
109 uint32_t flags; /* ____ ___R TFFF ____ NNN_ FTVC IFRB STTT */ 110 uint32_t flags; /* ____ ___R TFFF ____ NNN_ FTVC IFRB STTT */