mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
infoviewer: don't check resolution in radio mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: a0a370047c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-22 (Sun, 22 Sep 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
4aecf6e445
commit
d23530e59a
@@ -514,6 +514,8 @@ void CInfoViewerBB::showIcon_Resolution()
|
|||||||
{
|
{
|
||||||
if ((!is_visible) || (g_settings.infobar_show_res == 2)) //show resolution icon is off
|
if ((!is_visible) || (g_settings.infobar_show_res == 2)) //show resolution icon is off
|
||||||
return;
|
return;
|
||||||
|
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio)
|
||||||
|
return;
|
||||||
const char *icon_name = NULL;
|
const char *icon_name = NULL;
|
||||||
#if 0
|
#if 0
|
||||||
if ((scrambledNoSig) || ((!fta) && (scrambledErr)))
|
if ((scrambledNoSig) || ((!fta) && (scrambledErr)))
|
||||||
|
Reference in New Issue
Block a user