hintbox: fix hardcoded keys

Origin commit data
------------------
Branch: ni/coolstream
Commit: fbbdf0c29b
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-15 (Mon, 15 Mar 2021)

Origin message was:
------------------
- hintbox: fix hardcoded keys

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-03-15 23:51:54 +01:00
parent 881d93fc45
commit e9b5111e4f

View File

@@ -288,7 +288,7 @@ int CHintBox::exec()
res = messages_return::handled;
break;
}
else if((msg == CRCInput::RC_next) || (msg == CRCInput::RC_prev)) {
else if ((msg == (neutrino_msg_t) g_settings.key_next43mode) || (msg == (neutrino_msg_t) g_settings.key_switchformat)) {
res = messages_return::cancel_all;
g_RCInput->postMsg(msg, data);
}