Fix Home shelf slider interactions

This commit is contained in:
Gabriel Brown
2026-08-17 18:34:48 -04:00
parent 673aac6aba
commit e37df9d838
5 changed files with 206 additions and 15 deletions
@@ -140,6 +140,7 @@ Rectangle {
? root.pendingBrightness
: root.confirmedBrightness
enabled: root.dimmerEnabled
accessibleName: root.entity.name + " brightness"
onCommitted: value => root.brightnessRequested(value)
}