diff --git a/Bar/Bar.qml b/Bar/Bar.qml index 986bacc..fe657d3 100644 --- a/Bar/Bar.qml +++ b/Bar/Bar.qml @@ -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 -} \ No newline at end of file +}