- change RC_back handling; its not longer translated to RC_home

Conflicts:
	src/gui/hdd_info.cpp
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-01-03 22:32:25 +01:00
committed by Thilo Graf
parent 035c3c3a89
commit d458d98805
42 changed files with 89 additions and 55 deletions

View File

@@ -942,8 +942,8 @@ int CTimerList::show()
loop = false;
}
else if (
(msg == CRCInput::RC_timeout)
|| (msg == CRCInput::RC_home)
CNeutrinoApp::getInstance()->backKey(msg)
|| (msg == CRCInput::RC_timeout)
|| (msg == CRCInput::RC_left)
|| (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
|| (msg == CRCInput::RC_ok && timerlist.empty())