Update NsPanelTs.ts

This commit is contained in:
Armilar
2022-06-08 17:05:47 +02:00
committed by GitHub
parent bea5153a54
commit ceeee8a724

View File

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