mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- menu: try to allow RC_standby in all menues
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1112,7 +1112,7 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
break;
|
||||
|
||||
default:
|
||||
if (CNeutrinoApp::getInstance()->listModeKey(msg)) {
|
||||
if ((msg == CRCInput::RC_standby) || (CNeutrinoApp::getInstance()->listModeKey(msg))) {
|
||||
g_RCInput->postMsg (msg, 0);
|
||||
retval = menu_return::RETURN_EXIT_ALL;
|
||||
msg = CRCInput::RC_timeout;
|
||||
|
Reference in New Issue
Block a user