From 87aee162f1bdc22b932ee5ad9b02513b359ce008 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 5 Oct 2023 22:46:13 +0200 Subject: [PATCH] Fix logout from accounts page --- src/qml/AccountsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()