From bef3fea7749581f91aa9843fe54b667de5d286f3 Mon Sep 17 00:00:00 2001 From: MishkaRogachev Date: Tue, 21 Jun 2022 11:46:52 +0300 Subject: [PATCH] feat(@desktop): Stop playing invisible animation Close #6172 --- ui/app/mainui/SplashScreen.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/mainui/SplashScreen.qml b/ui/app/mainui/SplashScreen.qml index 2599be3c8b..b15902f778 100644 --- a/ui/app/mainui/SplashScreen.qml +++ b/ui/app/mainui/SplashScreen.qml @@ -22,7 +22,8 @@ Item { width: 127.88 height: 127.88 anchors.centerIn: parent - source: Style.gif("status_splash_"+(Style.current.name)) + source: Style.gif("status_splash_" + (Style.current.name)) + playing: visible } // NOTE: keep it if we will decide to switch on lottie