diff options
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}) } } } |