mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: b02c34ce96
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -281,9 +281,12 @@ 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]*/);
|
||||
// temp, only for testing, changed later
|
||||
if (g_info.hw_caps->pip_devs >= 1) {
|
||||
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
|
||||
|
||||
#ifdef ENABLE_TESTING
|
||||
|
Reference in New Issue
Block a user