diff --git a/com.github.Melawy.Fenek.desktop/contents/splash/Splash.qml b/com.github.Melawy.Fenek.desktop/contents/splash/Splash.qml index ba00f05..6279683 100644 --- a/com.github.Melawy.Fenek.desktop/contents/splash/Splash.qml +++ b/com.github.Melawy.Fenek.desktop/contents/splash/Splash.qml @@ -36,7 +36,7 @@ Pane { palette.highlight: "#E03D3D" palette.text: "#A03d40" palette.buttonText: "#A03d40" - palette.window: "#EEEEEE" + palette.window: "#1C1B20" font.family: "Noto Sans" font.pointSize: parseInt(height / 80) @@ -57,17 +57,7 @@ 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; outOpacityAnimationContent.running = true; }