mirror of
https://github.com/nxshock/trayweather.git
synced 2025-07-03 00:33:43 +05:00
Add missed weather option
This commit is contained in:
parent
fce38603d8
commit
5a5200bf8f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func (w *WeatherData) Description() string {
|
||||||
}
|
}
|
||||||
func (w *WeatherData) IconName() string {
|
func (w *WeatherData) IconName() string {
|
||||||
switch w.description {
|
switch w.description {
|
||||||
case "Ясно":
|
case "Ясно", "Малооблачно":
|
||||||
return "01d.ico"
|
return "01d.ico"
|
||||||
case "Облачно с прояснениями":
|
case "Облачно с прояснениями":
|
||||||
return "02d.ico"
|
return "02d.ico"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue