mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
dismissing login dialog on popup if bad linking
This commit is contained in:
parent
79ffc311e1
commit
123f2d71e5
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ Item {
|
|||
}
|
||||
onClicked: {
|
||||
root.tryDestroy();
|
||||
if (loginDialog.getLoginDialogPoppedUp()) {
|
||||
loginDialog.dismissLoginDialog();
|
||||
}
|
||||
}
|
||||
visible: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue