Fix missing image in DialogSelect.xml
This commit is contained in:
parent
8412abb9fe
commit
226f76e482
@ -495,6 +495,10 @@
|
||||
<value condition="Window.IsActive(Videos) + !String.IsEqual(Playlist.Length(video),0)">ActivateWindow(videoplaylist)</value>
|
||||
<value>ActivateWindow(musicplaylist)</value>
|
||||
</variable>
|
||||
<variable name="DialogSelectImage">
|
||||
<value condition="!String.IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
|
||||
<value>$INFO[ListItem.Icon]</value>
|
||||
</variable>
|
||||
<variable name="SelectBack">
|
||||
<value condition="![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]">DialogBack.png</value>
|
||||
<value>DialogBack2.png</value>
|
||||
|
@ -174,7 +174,7 @@
|
||||
<top>3</top>
|
||||
<width>80</width>
|
||||
<height>80</height>
|
||||
<texture>$INFO[Listitem.Icon]</texture>
|
||||
<texture>$VAR[DialogSelectImage]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<bordertexture border="3">black-back2.png</bordertexture>
|
||||
<bordersize>2</bordersize>
|
||||
@ -227,7 +227,7 @@
|
||||
<top>3</top>
|
||||
<width>80</width>
|
||||
<height>80</height>
|
||||
<texture>$INFO[Listitem.Icon]</texture>
|
||||
<texture>$VAR[DialogSelectImage]</texture>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<bordertexture border="3">black-back2.png</bordertexture>
|
||||
<bordersize>2</bordersize>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="skin.confluence" version="4.7.13" name="Confluence" provider-name="Jezz_X, Team Kodi">
|
||||
<addon id="skin.confluence" version="4.7.14" name="Confluence" provider-name="Jezz_X, Team Kodi">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.15.0"/>
|
||||
</requires>
|
||||
@ -24,7 +24,7 @@
|
||||
<screenshot>resources/screenshot-08.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-09.jpg</screenshot>
|
||||
</assets>
|
||||
<news>- Update language files from Transifex.</news>
|
||||
<news>- Fix image in select dialog.[CR]- Updated language files from Weblate.</news>
|
||||
<summary lang="af_ZA">Confluence oortreksel deur Jezz_X.</summary>
|
||||
<summary lang="ar_SA">جلد كونفليونس من صنع Jezz_x. (الجلد المبدأى لبرنامج إكس بى إم سى)</summary>
|
||||
<summary lang="be_BY">Абалонка Confluence ад Jezz_X.</summary>
|
||||
|
@ -1,3 +1,7 @@
|
||||
[B]4.7.14[/B]
|
||||
|
||||
- - Fix image in select dialog
|
||||
|
||||
[B]4.7.13[/B]
|
||||
|
||||
- Update language files from Transifex
|
||||
|
Loading…
Reference in New Issue
Block a user