Merge branch 'joBr99:main' into main

This commit is contained in:
ticaki
2025-01-29 23:45:22 +01:00
committed by GitHub
5 changed files with 1539 additions and 1359 deletions

View File

@@ -11032,7 +11032,8 @@ function HandleScreensaverUpdate (): void {
if (getState(NSPanel_Path + 'Config.Screensaver.alternativeScreensaverLayout').val) {
maxEntities = 6;
} else if (getState(NSPanel_Path + ScreensaverEasyViewEndPath).val) {
maxEntities = 4;
//us-p needs 5 Items - us-l and eu only 4
maxEntities = 5;
}
}