Emit the accepted signal in the logout confirmation dialog
This commit is contained in:
@@ -39,6 +39,7 @@ QQC2.Dialog {
|
||||
onClicked: {
|
||||
Controller.logout(root.connection, true);
|
||||
root.close();
|
||||
root.accepted();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user