1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

fix iris bloom coordinates

This commit is contained in:
bbedward
2025-09-23 00:09:59 -04:00
parent 4468e4c6af
commit b9b1737639

View File

@@ -302,8 +302,8 @@ LazyLoader {
property variant source2: nextWallpaper
property real progress: root.transitionProgress
property real smoothness: root.edgeSmoothness
property real centerX: root.discCenterX
property real centerY: root.discCenterY
property real centerX: 0.5
property real centerY: 0.5
property real aspectRatio: root.width / root.height
property real fillMode: root.fillMode
property vector4d fillColor: root.fillColor