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