lcd4l_setup.cpp: add user to skin menu

This commit is contained in:
GetAway
2023-09-09 21:37:30 +02:00
parent e3baaa600f
commit e979c06535
2 changed files with 5 additions and 1 deletions

View File

@@ -920,6 +920,9 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
switch (g_settings.lcd4l_skin)
{
case 100:
Layout = DisplayType + "user" + eol;
break;
case 4:
Layout = DisplayType + "user04" + eol;
break;