Merge pull request #1301 from ticaki/main

Add maxEntities = 4
This commit is contained in:
Armilar
2025-01-22 21:16:11 +01:00
committed by GitHub

View File

@@ -10979,7 +10979,9 @@ function HandleScreensaverUpdate(): void {
maxEntities = 5;
if (getState(NSPanel_Path + 'Config.Screensaver.alternativeScreensaverLayout').val) {
maxEntities = 6;
}
} else if (getState(NSPanel_Path + ScreensaverEasyViewEndPath).val) {
maxEntities = 4;
}
}
if (weatherForecast) {