1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

greeter: fix cornerRadius and fillmode sync

fixes #609
This commit is contained in:
bbedward
2025-11-03 13:26:21 -05:00
parent a8f6880840
commit a0ee4792b9
4 changed files with 12 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ Item {
var currentWallpaper = SessionData.getMonitorWallpaper(screenName)
return (currentWallpaper && !currentWallpaper.startsWith("#")) ? currentWallpaper : ""
}
fillMode: Theme.getFillMode(SettingsData.wallpaperFillMode)
fillMode: Theme.getFillMode(GreetdSettings.wallpaperFillMode)
smooth: true
asynchronous: false
cache: true