mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
rcinput: add KEY_PROGRAM
Origin commit data
------------------
Commit: 282db3025a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Origin message was:
------------------
- rcinput: add KEY_PROGRAM
This commit is contained in:
@@ -3015,7 +3015,7 @@ void CNeutrinoApp::RealRun()
|
||||
showInfo();
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_timer)
|
||||
else if (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
|
||||
{
|
||||
CTimerList Timerlist;
|
||||
Timerlist.exec(NULL, "");
|
||||
|
Reference in New Issue
Block a user