X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6ac41169daa2c6d1271a0263f64366d3e20649b9..fe3e42f417c8c735bdfd6f57799a2247477a0fda:/lib/python/Screens/Standby.py diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 217f334c..7c06d79e 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()