full screen scaling
This commit is contained in:
parent
dc4db67b96
commit
0c8db4f38e
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue