Move the sign out button outside the editor, and close the dialog

This commit is contained in:
Joshua Goins
2023-08-19 17:20:33 -04:00
parent f7c7643c1c
commit 7f5cfbf21c
3 changed files with 22 additions and 24 deletions

View File

@@ -51,6 +51,8 @@ QQC2.Menu {
Component {
id: confirmLogoutDialogComponent
Dialog.ConfirmLogout {}
Dialog.ConfirmLogout {
connection: Controller.activeConnection
}
}
}