Fix closing the login dialog
This commit is contained in:
@@ -77,6 +77,9 @@ FormCard.FormCardPage {
|
||||
headerMessage.text = "";
|
||||
headerMessage.visible = false;
|
||||
}
|
||||
function onCloseDialog() {
|
||||
root.closeDialog();
|
||||
}
|
||||
}
|
||||
Connections {
|
||||
target: Registration
|
||||
|
||||
Reference in New Issue
Block a user