1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-21 02:25:21 -04:00

toast: fix blur

This commit is contained in:
bbedward
2026-06-18 15:49:53 -04:00
parent 097290f7da
commit 5adc0c464a
+10
View File
@@ -441,4 +441,14 @@ PanelWindow {
mask: Region {
item: toast
}
WindowBlur {
targetWindow: root
blurEnabled: root.shouldBeVisible
blurX: toast.x
blurY: toast.y
blurWidth: root.shouldBeVisible ? toast.width : 0
blurHeight: root.shouldBeVisible ? toast.height : 0
blurRadius: toast.radius
}
}