fix(SplashScreen): Fixed blurry animation
This commit is contained in:
parent
a893d100ab
commit
293981b0b2
|
@ -10,7 +10,7 @@ Item {
|
||||||
width: 128
|
width: 128
|
||||||
height: 128
|
height: 128
|
||||||
anchors.centerIn: parent
|
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
|
// NOTE: keep it if we will decide to switch on lottie
|
||||||
|
|
Loading…
Reference in New Issue