aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml.qrc1
-rw-r--r--qml/SplashPage.qml8
-rw-r--r--qml/main.qml2
3 files changed, 1 insertions, 10 deletions
diff --git a/qml.qrc b/qml.qrc
index e7b5fa9..dbebf76 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -1,7 +1,6 @@
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
- <file>qml/SplashPage.qml</file>
<file>qml/AccountsPage.qml</file>
<file>qml/ChatPage.qml</file>
<file>qml/ChatlistPage.qml</file>
diff --git a/qml/SplashPage.qml b/qml/SplashPage.qml
deleted file mode 100644
index d3af1c9..0000000
--- a/qml/SplashPage.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 2.12
-import org.kde.kirigami 2.12 as Kirigami
-
-Kirigami.Page {
- id: splashPage
-
- title: qsTr("Delta Chat")
-}
diff --git a/qml/main.qml b/qml/main.qml
index c95c445..a4b8b09 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -14,7 +14,7 @@ Kirigami.ApplicationWindow {
Component {id: accountsPage; AccountsPage {}}
- pageStack.initialPage: SplashPage {}
+ pageStack.initialPage: Kirigami.Page {}
globalDrawer: Kirigami.GlobalDrawer {
header: Controls.Switch {