Update NSPanelTs.ts

This commit is contained in:
Armilar
2025-01-28 13:46:33 +01:00
committed by GitHub
parent 11bf450e4c
commit 0ac345328b

View File

@@ -11031,7 +11031,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;
}
}