- rework VUPLUS defines

Conflicts:
	src/gui/cam_menu.cpp
	src/neutrino_menue.cpp
	src/zapit/src/zapit.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-12 22:27:13 +02:00
committed by Thilo Graf
parent 77f774d0a6
commit df692287d8
13 changed files with 59 additions and 41 deletions

View File

@@ -387,9 +387,15 @@ void CNeutrinoApp::InitMenuService()
//1st section***************************************************************************************************
bool force_fesetup = false;
#if BOXMODEL_VUPLUS_ALL
if (CFEManager::getInstance()->haveCable() || CFEManager::getInstance()->haveTerr())
force_fesetup = true;
#endif
CMenuForwarder * mf;
// tuner setup
if(CFEManager::getInstance()->haveSat() || CFEManager::getInstance()->getFrontendCount() > 1) {
if (CFEManager::getInstance()->haveSat() || CFEManager::getInstance()->getFrontendCount() > 1 || force_fesetup) {
mf = new CMenuForwarder(LOCALE_SATSETUP_FE_SETUP, true, NULL, CScanSetup::getInstance(), "setup_frontend", CRCInput::RC_red);
mf->setHint(NEUTRINO_ICON_HINT_SETTINGS, LOCALE_MENU_HINT_SCAN_FESETUP);
personalize.addItem(MENU_SERVICE, mf, &g_settings.personalize[SNeutrinoSettings::P_MSER_TUNER]);