1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2025-02-01 04:51:48 +01:00

Remove debugs

This commit is contained in:
Elias Steurer 2020-03-06 13:23:08 +01:00
parent 321635a1cc
commit 5aff6dd2ab

View File

@ -57,10 +57,8 @@ Rectangle {
function fadeIn() {
window.setVisible(true)
if (canFadeByWallpaperFillMode && window.canFade) {
print("fadein")
imgCover.state = "out"
} else {
print("imgCover.opacity = 0")
imgCover.opacity = 0
}
}