diff --git a/src/qml/AccountsPage.qml b/src/qml/AccountsPage.qml index 5be384bec..1e341a136 100644 --- a/src/qml/AccountsPage.qml +++ b/src/qml/AccountsPage.qml @@ -77,7 +77,7 @@ FormCard.FormCardPage { Component { id: confirmLogoutDialogComponent ConfirmLogoutDialog { - connection: model.connection + connection: accountDelegate.connection onAccepted: { if (AccountRegistry.accountCount === 1) { root.Window.window.close()