infoviewer: don't check resolution in radio mode

This commit is contained in:
Stefan Seyfried
2013-09-22 14:30:59 +02:00
committed by Jacek Jendrzej
parent 91b8b34a51
commit a0a370047c

View File

@@ -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)))