mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
radiotext_window: show radiotext window only in radio mode
This commit is contained in:
@@ -327,7 +327,7 @@ void CRadioTextGUI::paint(const bool &do_save_bg)
|
|||||||
hide();
|
hide();
|
||||||
clearSavedScreen();
|
clearSavedScreen();
|
||||||
|
|
||||||
if (!g_Radiotext)
|
if (!g_Radiotext || CNeutrinoApp::getInstance()->getMode() != NeutrinoModes::mode_radio)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!g_Radiotext->haveRadiotext())
|
if (!g_Radiotext->haveRadiotext())
|
||||||
|
Reference in New Issue
Block a user