diff options
Diffstat (limited to 'lib/python/Screens/Standby.py')
| -rw-r--r-- | lib/python/Screens/Standby.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
