mirror of
https://github.com/nxshock/trayweather.git
synced 2025-07-02 00:23:43 +05:00
Add missed weather option
This commit is contained in:
parent
5a5200bf8f
commit
9970d30695
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ func (w *WeatherData) IconName() string {
|
||||||
return "02d.ico"
|
return "02d.ico"
|
||||||
case "Пасмурно":
|
case "Пасмурно":
|
||||||
return "03d.ico"
|
return "03d.ico"
|
||||||
case "Небольшой снег":
|
case "Небольшой снег", "Небольшой дождь":
|
||||||
return "09d.ico"
|
return "09d.ico"
|
||||||
case "Снег":
|
case "Снег":
|
||||||
return "13d.ico"
|
return "13d.ico"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue