mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
neutrino: always clear display when going to standby
...even if the display is already in standby mode...
This commit is contained in:
@@ -4146,10 +4146,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
}
|
||||
}
|
||||
|
||||
if(CVFD::getInstance()->getMode() != CVFD::MODE_STANDBY){
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
|
||||
}
|
||||
CVFD::getInstance()->Clear();
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
|
||||
CVFD::getInstance()->setBacklight(g_settings.backlight_standby);
|
||||
|
||||
InfoClock->enableInfoClock(false);
|
||||
|
Reference in New Issue
Block a user