mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Brightness: holding down keybind with brightness IPC now keeps changing brightness until release
This commit is contained in:
@@ -212,7 +212,8 @@ Singleton {
|
||||
|
||||
function setBrightnessDebounced(value: real): void {
|
||||
monitor.queuedBrightness = value
|
||||
timer.start()
|
||||
if (!timer.running)
|
||||
timer.start()
|
||||
}
|
||||
|
||||
function increaseBrightness(): void {
|
||||
|
||||
Reference in New Issue
Block a user