diff options
author | link2xt <link2xt@testrun.org> | 2021-02-20 00:13:07 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-20 00:13:07 +0300 |
commit | 429338fba9a3102bc91966f2df4f95dcdaa32fe1 (patch) | |
tree | 4114860ea905f63b14c5ea6f91954c35fc283f08 /qml/AccountsPage.qml | |
parent | 913cca96717c7a2d81162c6af593dfcad98653a8 (diff) | |
download | kdeltachat-429338fba9a3102bc91966f2df4f95dcdaa32fe1.tar.gz kdeltachat-429338fba9a3102bc91966f2df4f95dcdaa32fe1.zip |
Start configuration when "Login" is clicked
Diffstat (limited to 'qml/AccountsPage.qml')
-rw-r--r-- | qml/AccountsPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index 48c98b5..f413cf5 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -111,7 +111,7 @@ Kirigami.Page { if (context.isConfigured()) { pageStack.push("qrc:/qml/ChatlistPage.qml", {context: context}) } else { - pageStack.push("qrc:/qml/ConfigurePage.qml", {}) + pageStack.push("qrc:/qml/ConfigurePage.qml", {context: context}) } } } |