src/gui/screensetup.cpp reset channellist modules

This commit is contained in:
Jacek Jendrzej
2017-12-14 12:36:44 +01:00
parent 4bacd77f8b
commit 057cee2408

View File

@@ -160,6 +160,9 @@ int CScreenSetup::exec(CMenuTarget* parent, const std::string &)
if (g_InfoViewer) /* recalc infobar position */
g_InfoViewer->start();
if (CNeutrinoApp::getInstance()->channelList)
CNeutrinoApp::getInstance()->channelList->ResetModules();
loop = false;
break;
}