This commit is contained in:
theDeadMan 2018-11-17 19:34:29 +00:00
parent bdb68c0b1f
commit 7def2130fe
3 changed files with 7 additions and 4 deletions

View File

@ -44,7 +44,9 @@
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31222</label>
<onclick>sendclick(700,28)</onclick>
<onclick condition="window.isactive(tvchannels)">sendclick(tvchannels,28)</onclick>
<onclick condition="window.isactive(tvguide)">sendclick(tvguide,28)</onclick>
<onclick condition="window.isactive(tvrecordings)">sendclick(tvrecordings,28)</onclick>
</control>
<control type="button" id="508">
<visible>PVR.HasTVChannels</visible>
@ -133,7 +135,7 @@
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31222</label>
<onclick>sendclick(700,28)</onclick>
<onclick>sendclick(radiochannels,28)</onclick>
</control>
<control type="button" id="508">
<visible>PVR.HasRadioChannels</visible>

View File

@ -295,7 +295,7 @@
<label>$INFO[ListItem.year]$INFO[listitem.duration(mins), • , $LOCALIZE[31018]]</label>
</control>
<control type="group">
<visible>String.String.IsEmpty(ListItem.PlayCount)</visible>
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<posx>166</posx>
<posy>6</posy>
<control type="image">
@ -374,7 +374,7 @@
<label>$INFO[ListItem.year]$INFO[listitem.duration(mins), • , $LOCALIZE[31018]]</label>
</control>
<control type="group">
<visible>String.String.IsEmpty(ListItem.PlayCount)</visible>
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<posx>166</posx>
<posy>6</posy>
<control type="image">

View File

@ -1,5 +1,6 @@
*In pipeline*
- revise controls for new window: MyGames.xml
- addon menu grid view
**Changelog**
[V2.0.0] ***LEIA RELEASE***