mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- osd_setup: don't show colored progress bar option in channellist ...
... when colored progress bar is disabled
This commit is contained in:
@@ -941,7 +941,7 @@ void COsdSetup::showOsdChanlistSetup(CMenuWidget *menu_chanlist)
|
|||||||
menu_chanlist->addItem(mc);
|
menu_chanlist->addItem(mc);
|
||||||
|
|
||||||
// extended channel list
|
// extended channel list
|
||||||
mc = new CMenuOptionChooser(LOCALE_CHANNELLIST_EXTENDED, &g_settings.channellist_extended, CHANNELLIST_EXTENDED_OPTIONS, CHANNELLIST_EXTENDED_OPTIONS_COUNT, true);
|
mc = new CMenuOptionChooser(LOCALE_CHANNELLIST_EXTENDED, &g_settings.channellist_extended, CHANNELLIST_EXTENDED_OPTIONS, CHANNELLIST_EXTENDED_OPTIONS_COUNT - (g_settings.progressbar_color ? 0 : 1), true);
|
||||||
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_EXTENDED);
|
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_EXTENDED);
|
||||||
menu_chanlist->addItem(mc);
|
menu_chanlist->addItem(mc);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user