From 293981b0b2f580c454b3a7165ab948b9bdd3e62b Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Fri, 7 Oct 2022 13:42:03 +0300 Subject: [PATCH] fix(SplashScreen): Fixed blurry animation --- ui/app/mainui/SplashScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/mainui/SplashScreen.qml b/ui/app/mainui/SplashScreen.qml index cc1813e4c0..8f843e646d 100644 --- a/ui/app/mainui/SplashScreen.qml +++ b/ui/app/mainui/SplashScreen.qml @@ -10,7 +10,7 @@ Item { width: 128 height: 128 anchors.centerIn: parent - source: Style.gif("status_splash_128_" + (Style.current.name)) + source: Style.gif("status_splash_" + Style.current.name) } // NOTE: keep it if we will decide to switch on lottie