mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
gui/scan_setup.cpp: in easeymenu mode, not allow start fastscan direct, without auto-diseqc configuration
Origin commit data
------------------
Commit: 60b1664057
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
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);
|
||||||
|
|
||||||
mf = new CMenuForwarder(LOCALE_SCANTS_STARTNOW, allow_start, NULL, this, "sfast", CRCInput::RC_blue);
|
if (!g_settings.easymenu) {
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_START);
|
mf = new CMenuForwarder(LOCALE_SCANTS_STARTNOW, allow_start, NULL, this, "sfast", CRCInput::RC_blue);
|
||||||
fast_ScanMenu->addItem(mf);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_START);
|
||||||
|
fast_ScanMenu->addItem(mf);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int CScanSetup::showFastscanDiseqcSetup()
|
int CScanSetup::showFastscanDiseqcSetup()
|
||||||
|
Reference in New Issue
Block a user