bugfixes
This commit is contained in:
parent
bdb68c0b1f
commit
7def2130fe
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*In pipeline*
|
||||
- revise controls for new window: MyGames.xml
|
||||
- addon menu grid view
|
||||
|
||||
**Changelog**
|
||||
[V2.0.0] ***LEIA RELEASE***
|
||||
|
|
Loading…
Reference in New Issue