mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-23 12:09:30 -07:00
portrait extended forecast #167
This commit is contained in:
@@ -19,7 +19,7 @@ class ExtendedForecast extends WeatherDisplay {
|
||||
// set timings
|
||||
if (settings.portrait?.value) {
|
||||
this.timing.totalScreens = 1;
|
||||
this.perPage = 4;
|
||||
this.perPage = 6;
|
||||
} else {
|
||||
this.timing.totalScreens = 2;
|
||||
this.perPage = 3;
|
||||
|
||||
Reference in New Issue
Block a user