add some more quidpip stuff (still NOT working)

This commit is contained in:
BPanther
2021-10-15 20:00:18 +02:00
committed by Thilo Graf
parent 4aa47464c1
commit a686f3bb03
10 changed files with 15 additions and 1 deletions

View File

@@ -274,6 +274,7 @@ void CNeutrinoApp::InitMenuMain()
#if ENABLE_PIP && ENABLE_QUADPIP
CMenuForwarder *quadpip = new CMenuForwarder(LOCALE_QUADPIP, true, NULL, new CQuadPiPSetup(), NULL, CRCInput::RC_nokey);
quadpip->setHint(NEUTRINO_ICON_HINT_QUADPIP, LOCALE_MENU_HINT_QUADPIP);
personalize.addItem(MENU_MAIN, quadpip/*, &g_settings.personalize[SNeutrinoSettings::P_MAIN_QUADPIP]*/);
#endif