Skip to content

status/backlight: Notify slider value changes

Florian Müllner requested to merge fmuellner/gnome-shell:backlight-sync into main

The custom setter used by the slider item isn't emitting change notifications, so the property binding that uses it as source never propagates the new value.

Fix this by emitting proper change notifications.

Merge request reports