diff --git a/qml/Qaterial/SplashScreenApplication.qml b/qml/Qaterial/SplashScreenApplication.qml index 088707f..c5c9fb0 100644 --- a/qml/Qaterial/SplashScreenApplication.qml +++ b/qml/Qaterial/SplashScreenApplication.qml @@ -57,6 +57,7 @@ Item } function _laterActiveSplashScreen() { splashScreenLoader.active = true } + function _laterDeactiveSplashScreen() { splashScreenLoader.active = false } Component.onCompleted: () => Qt.callLater(_laterActiveSplashScreen)