Fix logout from accounts page
This commit is contained in:
@@ -77,7 +77,7 @@ FormCard.FormCardPage {
|
|||||||
Component {
|
Component {
|
||||||
id: confirmLogoutDialogComponent
|
id: confirmLogoutDialogComponent
|
||||||
ConfirmLogoutDialog {
|
ConfirmLogoutDialog {
|
||||||
connection: model.connection
|
connection: accountDelegate.connection
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
if (AccountRegistry.accountCount === 1) {
|
if (AccountRegistry.accountCount === 1) {
|
||||||
root.Window.window.close()
|
root.Window.window.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user