fix: multimonitor brightness

This commit is contained in:
ferrreo
2025-08-03 16:14:09 +01:00
committed by GitHub
parent 186fb315dc
commit 9d4993f39c
+2 -1
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
}
}