1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix .5sec white frame at the beginning

This commit is contained in:
Elias Steurer 2023-02-03 10:50:19 +01:00
parent 829cec6e91
commit 348b06e4ce

View File

@ -117,6 +117,9 @@ Rectangle {
root.canFadeByWallpaperFillMode = false;
break;
}
// NOTE: If we do not set it visible here
// AND in the fadeIn function we get a white frame
Wallpaper.setVisible(true);
}
function fadeIn() {