mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
d129bf5cf4
We now wait until the event loop is done until we call terminate. Before ScreenPlayWallpaper would crash internally and stay alive as a zombie process for some reason...
8 lines
116 B
QML
8 lines
116 B
QML
import QtQuick
|
|
import ScreenPlayWallpaper
|
|
|
|
|
|
AnimatedImage {
|
|
Component.onCompleted: Wallpaper.requestFadeIn();
|
|
}
|