diff options
Diffstat (limited to 'lib/python/Screens/Standby.py')
| -rw-r--r-- | lib/python/Screens/Standby.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 86b7ca03..ab3e413a 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -75,8 +75,7 @@ class StandbySummary(Screen): <widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;40" halign="center"> <convert type="ClockToText" /> </widget> - <widget source="session.GlobalInfo" render="FixedLabel" text=" " position="0,0" size="132,64" zPosition="1" > - <convert type="Global">RecordRunning</convert> + <widget source="session.RecordState" render="FixedLabel" text=" " position="0,0" size="132,64" zPosition="1" > <convert type="ConditionalShowHide">Blink</convert> </widget> </screen>""" |
