gui/scan_setup.cpp: in easeymenu mode, not allow start fastscan direct, without auto-diseqc configuration

This commit is contained in:
[CST] Focus
2014-10-23 18:20:22 +04:00
parent f8f299eadc
commit 60b1664057

View File

@@ -1449,10 +1449,12 @@ void CScanSetup::addScanMenuFastScan(CMenuWidget *fast_ScanMenu)
mf->setHint("", LOCALE_MENU_HINT_SCAN_FASTDISEQC);
fast_ScanMenu->addItem(mf);
if (!g_settings.easymenu) {
mf = new CMenuForwarder(LOCALE_SCANTS_STARTNOW, allow_start, NULL, this, "sfast", CRCInput::RC_blue);
mf->setHint("", LOCALE_MENU_HINT_SCAN_START);
fast_ScanMenu->addItem(mf);
}
}
int CScanSetup::showFastscanDiseqcSetup()
{