Fix Home shelf slider interactions
This commit is contained in:
@@ -140,6 +140,7 @@ Rectangle {
|
||||
? root.pendingBrightness
|
||||
: root.confirmedBrightness
|
||||
enabled: root.dimmerEnabled
|
||||
accessibleName: root.entity.name + " brightness"
|
||||
onCommitted: value => root.brightnessRequested(value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user