diff --git a/Amy Splashscreen/Amy-Light-Splash/contents/splash/Splash.qml b/Amy Splashscreen/Amy-Light-Splash/contents/splash/Splash.qml index 3e91e6df7..9c5ca533e 100644 --- a/Amy Splashscreen/Amy-Light-Splash/contents/splash/Splash.qml +++ b/Amy Splashscreen/Amy-Light-Splash/contents/splash/Splash.qml @@ -154,19 +154,6 @@ Image { } } - Text { - visible: true - height: 1470 - width: 1920 - Text { - id: text - font.pointSize: 24 - x: (root.width - width) / 2 - y: (root.height / 3) * 2 - anchors.centerIn: parent - text: "Linux For Open Minds" - visible: false - } LinearGradient { anchors.fill: text source: text @@ -189,23 +176,6 @@ Image { easing.type: Easing.InOutQuad } - Text { - id: loadingText - height: 30 - anchors.bottomMargin: 0 - anchors.topMargin: 0 - text: "Linux For Open Minds" - color: "#2e75bc" - font.family: webFont.name - font.weight: Font.ExtraLight - - font.pointSize: 20 - opacity: 0 - textFormat: Text.StyledText - x: (root.width - width) / 2 - y: (root.height / 3) * 2 - } - OpacityAnimator { id: opacityAnimation running: false