neutrino.cpp: by request, add network settings and software update to blue user menu

This commit is contained in:
[CST] Focus
2014-10-16 13:52:29 +04:00
parent 5d6ea715d8
commit dc97bbefdf

View File

@@ -286,7 +286,7 @@ static SNeutrinoSettings::usermenu_t usermenu_default[] = {
{ CRCInput::RC_red, "2,3,4,13", "", "red" },
{ CRCInput::RC_green, "6", "", "green" },
{ CRCInput::RC_yellow, "7", "", "yellow" },
{ CRCInput::RC_blue, "12,11,20,21,19,14,15", "", "blue" },
{ CRCInput::RC_blue, "12,11,20,21,19,14,29,30,15", "", "blue" },
{ CRCInput::RC_play, "9", "", "5" },
{ CRCInput::RC_audio, "27", "", "6" },
#if 0
@@ -3732,10 +3732,6 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
media->exec(NULL, actionKey);
return menu_return::RETURN_EXIT_ALL;
}
else if(actionKey == "hddmenu") {
CHDDMenuHandler::getInstance()->exec(NULL, "");
return menu_return::RETURN_EXIT_ALL;
}
else if(actionKey=="restart") {
if (recordingstatus)
DisplayErrorMessage(g_Locale->getText(LOCALE_SERVICEMENU_RESTART_REFUSED_RECORDING));