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