Update NsPanelTs.ts

This commit is contained in:
Armilar
2022-06-08 17:07:47 +02:00
committed by GitHub
parent 2752f41837
commit 454e57af3a

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 });
} }
} }