mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +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: {
|
onClicked: {
|
||||||
root.tryDestroy();
|
root.tryDestroy();
|
||||||
|
if (loginDialog.getLoginDialogPoppedUp()) {
|
||||||
|
loginDialog.dismissLoginDialog();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
visible: false
|
visible: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue