This commit is contained in:
Matt Walsh
2026-04-07 14:17:26 -05:00
parent 38cdb46c85
commit eee4519095
6 changed files with 46 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ class ExtendedForecast extends WeatherDisplay {
super(navId, elemId, 'Extended Forecast', true);
// set timings
if (settings.enhancedScreens?.value) {
if (settings.portrait?.value) {
this.timing.totalScreens = 1;
this.perPage = 4;
} else {