fix: multimonitor brightness

This commit is contained in:
ferrreo 2025-08-03 16:14:09 +01:00 committed by GitHub
parent 186fb315dc
commit 9d4993f39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,6 +110,7 @@ Scope {
Brightness {
id: widgetsBrightness
screen: modelData
anchors.verticalCenter: parent.verticalCenter
}
@ -251,4 +252,4 @@ Scope {
// This alias exposes the visual bar's visibility to the outside world
property alias visible: barRootItem.visible
}
}