Update NsPanelTs.ts

This commit is contained in:
Armilar
2022-06-08 17:07:47 +02:00
committed by GitHub
parent b9a777f094
commit ee554bec3c

View File

@@ -938,7 +938,7 @@ function ScreensaverDimmode() {
SendToPanel({ payload: "dimmode~" + timeDimMode.brightnessNight}); SendToPanel({ payload: "dimmode~" + timeDimMode.brightnessNight});
} }
} else { } else {
SendToPanel({ payload: "dimmode~" + config.dimmode }); SendToPanel({ payload: "dimmode~" + config.dimmode + "~" + config.active });
} }
} }