1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

wallpaper: respect fill mode on lock + greeter

This commit is contained in:
bbedward
2025-10-19 23:39:21 -04:00
parent 0cb081a6d0
commit ad778b5d81
3 changed files with 17 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ Item {
}
return (currentWallpaper && !currentWallpaper.startsWith("#")) ? currentWallpaper : ""
}
fillMode: Image.PreserveAspectCrop
fillMode: Theme.getFillMode(SettingsData.wallpaperFillMode)
smooth: true
asynchronous: false
cache: true