Fix MusicOSD.xml record button

This commit is contained in:
Christian Gade 2021-02-16 23:57:23 +01:00
parent cffcb83200
commit 737bdda244

View File

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