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 1df1e0b418..056f40df6a 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -803,6 +803,7 @@ struct user_settings
803#ifdef HAVE_REMOTE_LCD 803#ifdef HAVE_REMOTE_LCD
804 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ 804 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */
805#endif 805#endif
806 char player_name[64]; /* Name of the local player */
806 807
807 struct compressor_settings compressor_settings; 808 struct compressor_settings compressor_settings;
808 809