full screen scaling

This commit is contained in:
Matt Walsh
2022-12-09 13:26:13 -06:00
parent dc4db67b96
commit 0c8db4f38e
2 changed files with 4 additions and 4 deletions

View File

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