summaryrefslogtreecommitdiffstats
path: root/startupscreen/StartupScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/StartupScreen.qml')
-rw-r--r--startupscreen/StartupScreen.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/startupscreen/StartupScreen.qml b/startupscreen/StartupScreen.qml
index 36730bf..e749812 100644
--- a/startupscreen/StartupScreen.qml
+++ b/startupscreen/StartupScreen.qml
@@ -61,6 +61,12 @@ ApplicationWindow {
width: 960
height: 540
+ Image {
+ id: backgroundImage
+ source: "assets/background.png"
+ anchors.fill: parent
+ }
+
Timer {
interval: 1000
running: true
@@ -103,7 +109,6 @@ ApplicationWindow {
duration: 2000
}
}
-
}