mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
7 lines
114 B
QML
7 lines
114 B
QML
import QtQuick
|
|
import ScreenPlayWallpaper
|
|
|
|
AnimatedImage {
|
|
Component.onCompleted: Wallpaper.requestFadeIn()
|
|
}
|