mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
menu: try to allow RC_standby in all menues
Origin commit data
------------------
Commit: 2fadd71173
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-13 (Sat, 13 Nov 2021)
Origin message was:
------------------
- menu: try to allow RC_standby in all menues
This commit is contained in:
@@ -1112,7 +1112,7 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if (CNeutrinoApp::getInstance()->listModeKey(msg)) {
|
if ((msg == CRCInput::RC_standby) || (CNeutrinoApp::getInstance()->listModeKey(msg))) {
|
||||||
g_RCInput->postMsg (msg, 0);
|
g_RCInput->postMsg (msg, 0);
|
||||||
retval = menu_return::RETURN_EXIT_ALL;
|
retval = menu_return::RETURN_EXIT_ALL;
|
||||||
msg = CRCInput::RC_timeout;
|
msg = CRCInput::RC_timeout;
|
||||||
|
Reference in New Issue
Block a user