mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
scan_setup: allow diseqc-repeats for non-advanced setup
This commit is contained in:
@@ -368,7 +368,7 @@ int CScanSetup::showScanMenu()
|
|||||||
//diseqc type
|
//diseqc type
|
||||||
ojDiseqcRepeats = new CMenuOptionNumberChooser(LOCALE_SATSETUP_DISEQCREPEAT, (int *)&scansettings.diseqcRepeat, (dmode != NO_DISEQC) && (dmode != DISEQC_ADVANCED), 0, 2, NULL);
|
ojDiseqcRepeats = new CMenuOptionNumberChooser(LOCALE_SATSETUP_DISEQCREPEAT, (int *)&scansettings.diseqcRepeat, (dmode != NO_DISEQC) && (dmode != DISEQC_ADVANCED), 0, 2, NULL);
|
||||||
|
|
||||||
satNotify->addItem(1, ojDiseqcRepeats);
|
satNotify->addItem(2, ojDiseqcRepeats);
|
||||||
//--------------------------------------------------------------
|
//--------------------------------------------------------------
|
||||||
//add diseqc items
|
//add diseqc items
|
||||||
settings->addItem(ojDiseqc);
|
settings->addItem(ojDiseqc);
|
||||||
|
Reference in New Issue
Block a user