diff options
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 8bd33a8a..9045acc7 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -55,10 +55,7 @@ class NimSetup(Screen): self.createSimpleSetup(self.nim, self.list, config.Nims[self.nim.slotid].diseqcMode.value) if (config.Nims[self.nim.slotid].diseqcMode.value == 4): self.createPositionerSetup(self.nim, self.list) - elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) == "nothing": # nothing - #self.list.append(getConfigListEntry(_("Linked to"), config.Nims[self.nim.slotid].linkedTo)) - pass - elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) == "loopthrough": # linked + elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) in ["loopthrough", "satposdepends", "nothing", "equal"]: pass elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) == "advanced": # advanced # SATs |
