mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- neutrino: fix axtionkey "standby"
This commit is contained in:
@@ -3882,7 +3882,10 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
else if(actionKey == "channels")
|
else if(actionKey == "channels")
|
||||||
return showChannelList(CRCInput::RC_ok, true);
|
return showChannelList(CRCInput::RC_ok, true);
|
||||||
else if(actionKey == "standby")
|
else if(actionKey == "standby")
|
||||||
|
{
|
||||||
g_RCInput->postMsg(NeutrinoMessages::STANDBY_ON, 0);
|
g_RCInput->postMsg(NeutrinoMessages::STANDBY_ON, 0);
|
||||||
|
return menu_return::RETURN_EXIT_ALL;
|
||||||
|
}
|
||||||
else if(actionKey == "easyswitch") {
|
else if(actionKey == "easyswitch") {
|
||||||
INFO("easyswitch\n");
|
INFO("easyswitch\n");
|
||||||
CParentalSetup pin;
|
CParentalSetup pin;
|
||||||
|
Reference in New Issue
Block a user