From 872b0e526ef4b8f1c30eb4afae4d7ea913dfb8a3 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sat, 6 May 2023 22:34:38 +0500 Subject: [PATCH] Update --- .../contents/splash/Splash.qml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml index ba00f05..afa4690 100644 --- a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml +++ b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml @@ -57,15 +57,6 @@ Pane { inOpacityAnimationContent.running = true; lineAnimation.running = true; } - - else if (stage == 2) { - lineAnimation.running = true; - } - - else if (stage == 3) { - lineAnimation.running = true; - } - else if (stage == 4) { lineAnimation.running = true; outOpacityAnimationForm.running = true;