the record.png blinks now whenever a timerentry in the recordingtimer is running
[enigma2.git] / lib / python / Screens / Mute.py
1 from Screen import Screen
2 from Components.VolumeBar import VolumeBar
3
4 class Mute(Screen):
5         def __init__(self, session):
6                 Screen.__init__(self, session)
7