mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
full screen scaling
This commit is contained in:
@@ -128,7 +128,7 @@ class CurrentWeather extends WeatherDisplay {
|
||||
|
||||
let Conditions = data.observations.textDescription;
|
||||
if (Conditions.length > 15) {
|
||||
Conditions = this.shortConditions(Conditions);
|
||||
Conditions = CurrentWeather.shortConditions(Conditions);
|
||||
}
|
||||
fill.condition = Conditions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user