X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8c84c2a2c0b8d33404540ab50278de63d3c7fccc..fb412ff32c7938649c72d55eed3f5c8ccb5e0a99:/lib/python/Screens/Standby.py diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 217f334c..9e3ade45 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -41,7 +41,7 @@ class Standby(Screen): self["actions"] = ActionMap( [ "StandbyActions" ], { "power": self.Power - }) + }, -1) #mute adc self.setMute() @@ -51,5 +51,3 @@ class Standby(Screen): self.avswitch.setInput("SCART") #set lcd brightness to standby value eDBoxLCD.getInstance().setLCDBrightness(config.lcd.standby.value * 20) - #clear lcd (servicename) - setLCD(" ")