diff --git a/linphone-desktop/ui/views/App/SplashScreen/SplashScreen.qml b/linphone-desktop/ui/views/App/SplashScreen/SplashScreen.qml index f45538865..8b02f10a0 100644 --- a/linphone-desktop/ui/views/App/SplashScreen/SplashScreen.qml +++ b/linphone-desktop/ui/views/App/SplashScreen/SplashScreen.qml @@ -19,6 +19,8 @@ Window { height: image.paintedHeight width: image.paintedWidth + onClosing: indicator.running = false + Image { id: image @@ -33,6 +35,8 @@ Window { source: Constants.imagesPath + 'splash_screen' + Constants.imagesFormat BusyIndicator { + id: indicator + height: SplashScreenStyle.busyIndicator.height width: SplashScreenStyle.busyIndicator.width