Skip to content

Commit

Permalink
[Weahter Widget] fixed issue with missing weahter icon, if no icons a…
Browse files Browse the repository at this point in the history
…re selected
  • Loading branch information
beatmasterRS committed Apr 10, 2020
1 parent 0a4e2eb commit e070e61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 1080i/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5666,6 +5666,16 @@
<width>250</width>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[Skin.String(weather.icons.path),,/]$INFO[Window(weather).Property(Current.FanartCode),,.png]</texture>
<visible>!String.IsEmpty(Skin.String(weather.icons.path))</visible>
</control>
<control type="image">
<top>40</top>
<left>480</left>
<height>250</height>
<width>250</width>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[Window(Weather).Property(Day0.OutlookIcon)]</texture>
<visible>String.IsEmpty(Skin.String(weather.icons.path))</visible>
</control>
</control>
<control type="grouplist">
Expand Down

0 comments on commit e070e61

Please sign in to comment.