mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- infoviewer_bb: fix display of red button in movieplayer mode
This commit is contained in:
committed by
svenhoefer
parent
fae6c5eb4c
commit
ab7e3956df
@@ -223,6 +223,7 @@ void CInfoViewerBB::getBBButtonInfo()
|
||||
mode = CNeutrinoApp::getInstance()->getMode();
|
||||
if (mode == NeutrinoMessages::mode_ts) {
|
||||
text = g_Locale->getText(LOCALE_EPGMENU_STREAMINFO);
|
||||
active = true;
|
||||
} else {
|
||||
text = CUserMenu::getUserMenuButtonName(0, active);
|
||||
if (!text.empty())
|
||||
|
Reference in New Issue
Block a user