aboutsummaryrefslogtreecommitdiff
path: root/qml/SplashPage.qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-02-27 17:49:28 +0300
committerlink2xt <link2xt@testrun.org>2021-02-27 17:49:28 +0300
commit502e28ecd76c6f4299dfcec10f71e3b234aa4a5b (patch)
treeb79e3f9f3287f768160b427f06e0af2495473721 /qml/SplashPage.qml
parent698f2fde901dd9accd7837448e910d0e2c91563d (diff)
downloadkdeltachat-502e28ecd76c6f4299dfcec10f71e3b234aa4a5b.tar.gz
kdeltachat-502e28ecd76c6f4299dfcec10f71e3b234aa4a5b.zip
Switch to 2-page layout
Account switching is an overlay now.
Diffstat (limited to 'qml/SplashPage.qml')
-rw-r--r--qml/SplashPage.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/qml/SplashPage.qml b/qml/SplashPage.qml
new file mode 100644
index 0000000..d3af1c9
--- /dev/null
+++ b/qml/SplashPage.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.12
+import org.kde.kirigami 2.12 as Kirigami
+
+Kirigami.Page {
+ id: splashPage
+
+ title: qsTr("Delta Chat")
+}