summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 546c5465b3..3d129ba6e6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -471,6 +471,7 @@ struct user_settings
471 int bg_color; /* background color native format */ 471 int bg_color; /* background color native format */
472 int fg_color; /* foreground color native format */ 472 int fg_color; /* foreground color native format */
473#endif 473#endif
474 bool party_mode; /* party mode - unstoppable music */
474}; 475};
475 476
476enum optiontype { INT, BOOL }; 477enum optiontype { INT, BOOL };