Fix MusicOSD.xml record button
This commit is contained in:
parent
cffcb83200
commit
737bdda244
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user