aboutsummaryrefslogtreecommitdiff
path: root/qml/AccountsPage.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/AccountsPage.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/AccountsPage.qml')
-rw-r--r--qml/AccountsPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml
index b48a4e4..ce1df02 100644
--- a/qml/AccountsPage.qml
+++ b/qml/AccountsPage.qml
@@ -114,6 +114,7 @@ Kirigami.Page {
} else {
pageStack.replace("qrc:/qml/ConfigurePage.qml", {context: context})
}
+ pageStack.layers.pop()
}
}