mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/miscsettings_menu.cpp: add option to enable/disable empty favorites in bouquet list
This commit is contained in:
@@ -2378,7 +2378,7 @@ void CChannelList::editMode(bool enable)
|
||||
channelsChanged = false;
|
||||
bouquet->zapitBouquet->getChannels(channels, tvmode);
|
||||
saveChanges(bouquet->zapitBouquet->bUser);
|
||||
if ((*chanlist).empty())
|
||||
if (!g_settings.show_empty_favorites && (*chanlist).empty())
|
||||
CNeutrinoApp::getInstance()->MarkChannelsInit();
|
||||
}
|
||||
if (selected >= chanlist->size())
|
||||
|
Reference in New Issue
Block a user