mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-08 03:52:42 +01:00
Add missing fadeIn when using QML/HTML Wallpaper
This commit is contained in:
parent
8bed32ae93
commit
281c3cf639
@ -54,10 +54,12 @@ Rectangle {
|
||||
case Wallpaper.WallpaperType.Html:
|
||||
loader.webViewUrl = Qt.resolvedUrl(Wallpaper.fullContentPath)
|
||||
loader.source = "qrc:/WebView.qml"
|
||||
fadeIn()
|
||||
break
|
||||
case Wallpaper.WallpaperType.Qml:
|
||||
loader.source = Qt.resolvedUrl(Wallpaper.fullContentPath)
|
||||
imgCover.state = "out"
|
||||
fadeIn()
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user