Weather icon: fix thunderstorm
This commit is contained in:
parent
d086d64d5f
commit
b2e11137d4
2 changed files with 6 additions and 4 deletions
|
|
@ -242,8 +242,10 @@ Singleton {
|
|||
return FontService.icons["rainy"]
|
||||
if (code >= 71 && code <= 77)
|
||||
return FontService.icons["snowy"]
|
||||
if (code >= 80 && code <= 82)
|
||||
return FontService.icons["rainy"]
|
||||
if (code >= 71 && code <= 77)
|
||||
return FontService.icons["snowy"]
|
||||
if (code >= 85 && code <= 86)
|
||||
return FontService.icons["snowy"]
|
||||
if (code >= 95 && code <= 99)
|
||||
return FontService.icons["thunderstorm"]
|
||||
return FontService.icons["cloud"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue