From 2bb9323de8e4edc0a04ccf7ccf61e3026b5ef847 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 31 May 2024 10:10:45 -0400 Subject: FS#13429: Add a freeform "player name" configuration setting The idea is that a theme or whatever could use this to provide visual differentiation (eg "George's iPod") between multiple otherwise-identical players.. Defaults to an empty string. Added to the manual but there is not a way to set this through the menus yet. Change-Id: I1cff6b19d621dd6207b4b82eed67741ce2da0ef1 --- apps/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.h') 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 #ifdef HAVE_REMOTE_LCD unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ #endif + char player_name[64]; /* Name of the local player */ struct compressor_settings compressor_settings; -- cgit v1.2.3