forked from Shinonome/dots-hyprland
media controls: fix rounding
This commit is contained in:
@@ -126,8 +126,8 @@ Item { // Player instance
|
||||
layer.enabled: true
|
||||
layer.effect: OpacityMask {
|
||||
maskSource: Rectangle {
|
||||
width: blurredArt.width
|
||||
height: blurredArt.height
|
||||
width: background.width
|
||||
height: background.height
|
||||
radius: root.popupRounding
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user