1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/ScreenPlayWallpaper/qml/GifWallpaper.qml
Elias Steurer 6b30e3f242 Formatting
2023-06-11 10:07:39 +02:00

7 lines
114 B
QML

import QtQuick
import ScreenPlayWallpaper
AnimatedImage {
Component.onCompleted: Wallpaper.requestFadeIn()
}