mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
src/gui/bouquetlist.cpp: close FAV window with rc-fav only in FAV mode
This commit is contained in:
@@ -384,7 +384,7 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
}
|
||||
else if ((msg == CRCInput::RC_timeout ) ||
|
||||
(msg == (neutrino_msg_t)g_settings.key_channelList_cancel) ||
|
||||
(msg == CRCInput::RC_favorites) )
|
||||
((msg == CRCInput::RC_favorites) && (CNeutrinoApp::getInstance()->GetChannelMode() == LIST_MODE_FAV)))
|
||||
{
|
||||
selected = oldselected;
|
||||
if(fader.StartFadeOut()) {
|
||||
|
Reference in New Issue
Block a user