diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-23 21:56:03 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-23 21:56:03 +0100 |
| commit | 470606978cf70d051eb422acdc5ea093ed395303 (patch) | |
| tree | 71cf21635c2f98245af5b20cb68324a6453f96b0 /lib/python/Screens/Satconfig.py | |
| parent | bba4dec6bbe08a1f0c0c2b73c4b8e62aa8ded2df (diff) | |
| download | enigma2-470606978cf70d051eb422acdc5ea093ed395303.tar.gz enigma2-470606978cf70d051eb422acdc5ea093ed395303.zip | |
NimManager.py/Satconfig.py: add possibility to change the tone amplitide (22Khz amplitude) in Tunerconfig for Alps BSBE2 tuners when the usage level is configured as expert
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index e24e4636..634d231a 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -145,6 +145,8 @@ class NimSetup(Screen, ConfigListScreen): currSat = self.nimConfig.advanced.sat[cur_orb_pos] self.fillListWithAdvancedSatEntrys(currSat) self.have_advanced = True + if self.nim.description == "Alps BSBE2" and config.usage.setup_level.index >= 2: # expert + self.list.append(getConfigListEntry(_("Tone Amplitude"), self.nimConfig.toneAmplitude)) elif self.nim.isCompatible("DVB-C"): self.configMode = getConfigListEntry(_("Configuration Mode"), self.nimConfig.configMode) self.list.append(self.configMode) |
