Skip to content

Commit

Permalink
Fixed: [Confluence] Only Show system temp units on home if weather te…
Browse files Browse the repository at this point in the history
…mp is fetched
  • Loading branch information
JezzX committed May 12, 2012
1 parent 8f44b91 commit 03f1079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/skin.confluence/720p/Home.xml
Expand Up @@ -869,14 +869,15 @@
<label>$INFO[System.TemperatureUnits]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible>
</control>
<control type="label">
<description>Conditions Label</description>
<width>500</width>
<height>22</height>
<font>font10</font>
<aligny>center</aligny>
<label> $INFO[Window(Weather).Property(Current.Condition)]</label>
<label>$INFO[Window(Weather).Property(Current.Condition), ]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
Expand Down

0 comments on commit 03f1079

Please sign in to comment.