mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
neutrino.cpp: by request, add network settings and software update to blue user menu
This commit is contained in:
@@ -286,7 +286,7 @@ static SNeutrinoSettings::usermenu_t usermenu_default[] = {
|
|||||||
{ CRCInput::RC_red, "2,3,4,13", "", "red" },
|
{ CRCInput::RC_red, "2,3,4,13", "", "red" },
|
||||||
{ CRCInput::RC_green, "6", "", "green" },
|
{ CRCInput::RC_green, "6", "", "green" },
|
||||||
{ CRCInput::RC_yellow, "7", "", "yellow" },
|
{ 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_play, "9", "", "5" },
|
||||||
{ CRCInput::RC_audio, "27", "", "6" },
|
{ CRCInput::RC_audio, "27", "", "6" },
|
||||||
#if 0
|
#if 0
|
||||||
@@ -3732,10 +3732,6 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
media->exec(NULL, actionKey);
|
media->exec(NULL, actionKey);
|
||||||
return menu_return::RETURN_EXIT_ALL;
|
return menu_return::RETURN_EXIT_ALL;
|
||||||
}
|
}
|
||||||
else if(actionKey == "hddmenu") {
|
|
||||||
CHDDMenuHandler::getInstance()->exec(NULL, "");
|
|
||||||
return menu_return::RETURN_EXIT_ALL;
|
|
||||||
}
|
|
||||||
else if(actionKey=="restart") {
|
else if(actionKey=="restart") {
|
||||||
if (recordingstatus)
|
if (recordingstatus)
|
||||||
DisplayErrorMessage(g_Locale->getText(LOCALE_SERVICEMENU_RESTART_REFUSED_RECORDING));
|
DisplayErrorMessage(g_Locale->getText(LOCALE_SERVICEMENU_RESTART_REFUSED_RECORDING));
|
||||||
|
Reference in New Issue
Block a user