Commit c27a8b7a authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/SplashScreen/SplashScreen): avoid a crash on mac, stop...

fix(ui/views/App/SplashScreen/SplashScreen): avoid a crash on mac, stop animation before the window destruction
parent 65bfcb98
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment