Brightness: holding down keybind with brightness IPC now keeps changing brightness until release

This commit is contained in:
Ly-sec
2025-09-17 12:50:19 +02:00
parent 8811cb3d13
commit 38e0bb8e64
+2 -1
View File
@@ -212,7 +212,8 @@ Singleton {
function setBrightnessDebounced(value: real): void {
monitor.queuedBrightness = value
timer.start()
if (!timer.running)
timer.start()
}
function increaseBrightness(): void {