mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CTestMenu: add gui restart item for faster access
This commit is contained in:
@@ -1117,6 +1117,9 @@ int CTestMenu::showTestMenu()
|
|||||||
w_test.addItem(new CMenuForwarder(w_msg->getName(), true, NULL, w_msg));
|
w_test.addItem(new CMenuForwarder(w_msg->getName(), true, NULL, w_msg));
|
||||||
showMsgTests(w_msg);
|
showMsgTests(w_msg);
|
||||||
|
|
||||||
|
//restart gui
|
||||||
|
w_test.addItem(new CMenuForwarder(LOCALE_SERVICEMENU_RESTART , true, NULL, CNeutrinoApp::getInstance(), "restart", CRCInput::RC_standby));
|
||||||
|
|
||||||
//footer buttons
|
//footer buttons
|
||||||
static const struct button_label footerButtons[2] = {
|
static const struct button_label footerButtons[2] = {
|
||||||
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_COLORCHOOSER_RED },
|
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_COLORCHOOSER_RED },
|
||||||
|
Reference in New Issue
Block a user