Fix missing image in DialogSelect.xml

This commit is contained in:
Christian Gade
2022-04-09 19:34:19 +02:00
parent ffb2f249a5
commit d1061637bb
4 changed files with 12 additions and 4 deletions

View File

@ -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>

View File

@ -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>