Resolve formatting

This commit is contained in:
EmeraldLockdown 2026-03-13 20:00:32 -05:00
parent ba5f2fbe78
commit dd4e3eb030

View file

@ -201,7 +201,7 @@ unsigned int configCoopNetPort = DEFAULT_COOPNET_PORT;
char configPassword[MAX_CONFIG_STRING] = "";
char configDestId[MAX_CONFIG_STRING] = "0";
// DJUI settings
struct DjuiTheme configDjuiTheme = { 0 };
struct DjuiTheme configDjuiTheme = { 0 };
#ifdef HANDHELD
bool configDjuiThemeCenter = false;
#else