mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Disable infoclock when display current transponder
This commit is contained in:
@@ -2210,7 +2210,9 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
|
|||||||
CRecordManager::getInstance()->StartTimeshift();
|
CRecordManager::getInstance()->StartTimeshift();
|
||||||
}
|
}
|
||||||
else if (msg == (neutrino_msg_t) g_settings.key_current_transponder) {
|
else if (msg == (neutrino_msg_t) g_settings.key_current_transponder) {
|
||||||
|
InfoClock->enableInfoClock(false);
|
||||||
numericZap( msg );
|
numericZap( msg );
|
||||||
|
InfoClock->enableInfoClock(true);
|
||||||
}
|
}
|
||||||
#ifdef ENABLE_PIP
|
#ifdef ENABLE_PIP
|
||||||
else if (msg == (neutrino_msg_t) g_settings.key_pip_close) {
|
else if (msg == (neutrino_msg_t) g_settings.key_pip_close) {
|
||||||
|
Reference in New Issue
Block a user