mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
neutrino-menu: fix tuner settungs menu for single hybrid c/t tuner
but use another way then the ddt guys
Origin commit data
------------------
Commit: dd2d5ed8c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Origin message was:
------------------
- neutrino-menu: fix tuner settungs menu for single hybrid c/t tuner
but use another way then the ddt guys
This commit is contained in:
@@ -395,9 +395,15 @@ void CNeutrinoApp::InitMenuService()
|
||||
|
||||
//1st section***************************************************************************************************
|
||||
|
||||
bool force_fesetup = false;
|
||||
#if BOXMODEL_VUPLUS
|
||||
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]);
|
||||
|
Reference in New Issue
Block a user