This commit is contained in:
ticaki
2024-01-16 16:06:47 +01:00
parent f3b545fd90
commit 5a3478d916

View File

@@ -8894,7 +8894,7 @@ function HandleScreensaverStatusIcons() : void {
} }
} }
for (const a in iconData) { for (const a in iconData) {
if (iconData[a].ScreensaverEntityValue === null) { if (iconData[a].ScreensaverEntityValue !== null) {
switch (typeof iconData[a].ScreensaverEntityValue) { switch (typeof iconData[a].ScreensaverEntityValue) {
case "string": case "string":
if (iconData[a].ScreensaverEntityValue === '' || isNaN(iconData[a].ScreensaverEntityValue)) break; if (iconData[a].ScreensaverEntityValue === '' || isNaN(iconData[a].ScreensaverEntityValue)) break;