aboutsummaryrefslogtreecommitdiff
path: root/qml/AccountsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/AccountsPage.qml')
-rw-r--r--qml/AccountsPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml
index ce1df02..7f23776 100644
--- a/qml/AccountsPage.qml
+++ b/qml/AccountsPage.qml
@@ -112,7 +112,7 @@ Kirigami.Page {
if (context.isConfigured()) {
pageStack.replace("qrc:/qml/ChatlistPage.qml", {context: context})
} else {
- pageStack.replace("qrc:/qml/ConfigurePage.qml", {context: context})
+ pageStack.replace("qrc:/qml/ConfigurePage.qml", {context: context, eventEmitter: eventEmitter})
}
pageStack.layers.pop()
}