mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- bouqueteditor: allow hiding bouquets with RC_playpause too
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -301,7 +301,7 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
||||
renameBouquet();
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_pause)
|
||||
else if (msg == CRCInput::RC_pause || msg == CRCInput::RC_playpause)
|
||||
{
|
||||
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
|
||||
{
|
||||
|
Reference in New Issue
Block a user