Restore home weather icon (#39)

According to GUIInfoManager.cpp, Weather.Conditions returns "Current weather conditions as textual description". So, to show a weather icon on the upper left of the home screen this must be changed with weather.ConditionsIcon
This commit is contained in:
TheUlpio 2018-10-16 16:31:19 +02:00 committed by Kevin Goffe
parent 2cc0e9adff
commit 577092bbbc
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@
<width>60</width>
<height>60</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[Weather.Conditions]</texture>
<texture>$INFO[Weather.ConditionsIcon]</texture>
</control>
<control type="label">
<description>Location label</description>