1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +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: case 2:
break; break;
case 0: case 0:
if (desktopProperties.isTiled) { if (Wallpaper.windowsDesktopProperties.isTiled) {
// Tiled // Tiled
imgCover.fillMode = Image.Tile; imgCover.fillMode = Image.Tile;
} else { } else {