mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
gui/miscsettings_menu.cpp: add option to enable/disable empty favorites in bouquet list
Origin commit data
------------------
Commit: 8772d219f1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)
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