1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-08 05:48:09 +02:00

Fix Wallpaper not shown if using tiled background

Thanks for BruhOP5 for reporting this issue!
This commit is contained in:
Elias Steurer 2023-09-04 16:58:35 +02:00
parent 410920df9c
commit e2790b9fa2

View File

@ -103,7 +103,7 @@ Rectangle {
case 2:
break;
case 0:
if (desktopProperties.isTiled) {
if (Wallpaper.windowsDesktopProperties.isTiled) {
// Tiled
imgCover.fillMode = Image.Tile;
} else {