mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- infoviewer_bb: fix wrong mode-logic for radiotext icon
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -164,7 +164,7 @@ void CInfoViewerBB::getBBIconInfo()
|
||||
iconView = checkBBIcon(NEUTRINO_ICON_VTXT, &w, &h);
|
||||
break;
|
||||
case CInfoViewerBB::ICON_RT:
|
||||
if (!isRadioMode && g_settings.radiotext_enable)
|
||||
if (isRadioMode && g_settings.radiotext_enable)
|
||||
iconView = checkBBIcon(NEUTRINO_ICON_RADIOTEXTGET, &w, &h);
|
||||
break;
|
||||
case CInfoViewerBB::ICON_DD:
|
||||
|
Reference in New Issue
Block a user