aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index 074033fa..21063942 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -65,6 +65,9 @@ class NimSetup(Screen):
self.createSetup()
def keyLeft(self):
+ if self["config"].getCurrent()[0] == _("Configmode"):
+ if self.nim.slotid == 0:
+ return
self["config"].handleKey(config.key["prevElement"])
self.newConfig()