mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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
|
||||
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
|
||||
settings->addItem(ojDiseqc);
|
||||
|
Reference in New Issue
Block a user