mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/scan_setup.cpp: in easeymenu mode, not allow start fastscan direct, without auto-diseqc configuration
This commit is contained in:
@@ -1449,9 +1449,11 @@ void CScanSetup::addScanMenuFastScan(CMenuWidget *fast_ScanMenu)
|
|||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_FASTDISEQC);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_FASTDISEQC);
|
||||||
fast_ScanMenu->addItem(mf);
|
fast_ScanMenu->addItem(mf);
|
||||||
|
|
||||||
|
if (!g_settings.easymenu) {
|
||||||
mf = new CMenuForwarder(LOCALE_SCANTS_STARTNOW, allow_start, NULL, this, "sfast", CRCInput::RC_blue);
|
mf = new CMenuForwarder(LOCALE_SCANTS_STARTNOW, allow_start, NULL, this, "sfast", CRCInput::RC_blue);
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_START);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_START);
|
||||||
fast_ScanMenu->addItem(mf);
|
fast_ScanMenu->addItem(mf);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int CScanSetup::showFastscanDiseqcSetup()
|
int CScanSetup::showFastscanDiseqcSetup()
|
||||||
|
Reference in New Issue
Block a user