mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +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();
|
||||
clearSavedScreen();
|
||||
|
||||
if (!g_Radiotext)
|
||||
if (!g_Radiotext || CNeutrinoApp::getInstance()->getMode() != NeutrinoModes::mode_radio)
|
||||
return;
|
||||
|
||||
if (!g_Radiotext->haveRadiotext())
|
||||
|
Reference in New Issue
Block a user