mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix .5sec white frame at the beginning
This commit is contained in:
parent
829cec6e91
commit
348b06e4ce
@ -117,6 +117,9 @@ Rectangle {
|
|||||||
root.canFadeByWallpaperFillMode = false;
|
root.canFadeByWallpaperFillMode = false;
|
||||||
break;
|
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() {
|
function fadeIn() {
|
||||||
|
Loading…
Reference in New Issue
Block a user