Add missed weather option

This commit is contained in:
nxshock 2021-04-16 18:18:59 +05:00
parent fce38603d8
commit 5a5200bf8f

View file

@ -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"