Emit the accepted signal in the logout confirmation dialog

This commit is contained in:
Joshua Goins
2023-08-19 17:19:48 -04:00
parent 692edf52f1
commit f7c7643c1c

View File

@@ -39,6 +39,7 @@ QQC2.Dialog {
onClicked: {
Controller.logout(root.connection, true);
root.close();
root.accepted();
}
}
}