Fix MusicOSD.xml record button

This commit is contained in:
Christian Gade 2021-02-16 23:52:50 +01:00
parent 6875c863a2
commit a587daee4c
1 changed files with 5 additions and 1 deletions

View File

@ -322,13 +322,17 @@
<enable>Visualisation.HasPresets</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Visualisation.HasPresets">Conditional</animation>
</control>
<control type="button" id="704">
<control type="togglebutton" id="704">
<width>55</width>
<height>55</height>
<label>264</label>
<altlabel>265</altlabel>
<font/>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<usealttexture>PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording</usealttexture>
<alttexturefocus>OSDRecordOnFO.png</alttexturefocus>
<alttexturenofocus>OSDRecordOnNF.png</alttexturenofocus>
<onclick>PVR.ToggleRecordPlayingChannel</onclick>
<visible>PVR.CanRecordPlayingChannel</visible>
</control>