mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
Disable infoclock when display current transponder
Origin commit data
------------------
Commit: e13b20adb4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)
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