Fix logout from accounts page
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user