- menu: try to allow RC_standby in all menues

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-13 14:40:38 +01:00
committed by Thilo Graf
parent 5011c3474c
commit b6a37a85e0

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;