Fix backwards clear weather icons
This commit is contained in:
parent
6683c84a9a
commit
c2b4218023
@ -145,8 +145,8 @@ export class ClockControl extends Control {
|
||||
this._setSunIcon('clock_sun_rain');
|
||||
this._setMoonIcon('clock_moon_rain');
|
||||
} else {
|
||||
this._setSunIcon('clock_moon');
|
||||
this._setMoonIcon('clock_sun');
|
||||
this._setSunIcon('clock_sun');
|
||||
this._setMoonIcon('clock_moon');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user