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

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