menu: try to allow RC_standby in all menues

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-11-13 14:40:38 +01:00
parent 6c57c0a39b
commit 74b8991e75

View File

@@ -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;