mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
fix compil without LCD4LINUX
This commit is contained in:
@@ -1222,9 +1222,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
||||
}
|
||||
if (g_settings.version_pseudo < "20190106000000")
|
||||
{
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
// move lcd4linux user skin from value 4 to value 100
|
||||
if (g_settings.lcd4l_skin == 4)
|
||||
g_settings.lcd4l_skin = 100;
|
||||
#endif
|
||||
}
|
||||
if (g_settings.version_pseudo < "20190115220100")
|
||||
{
|
||||
|
Reference in New Issue
Block a user