mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
Correctly close PAL when switching domains
This commit is contained in:
parent
ee9cdaff90
commit
ea77557e38
1 changed files with 3 additions and 0 deletions
|
@ -865,6 +865,9 @@ function avatarDisconnected(nodeID) {
|
|||
|
||||
function clearLocalQMLDataAndClosePAL() {
|
||||
sendToQml({ method: 'clearLocalQMLData' });
|
||||
if (onPalScreen) {
|
||||
tablet.gotoHomeScreen();
|
||||
}
|
||||
}
|
||||
|
||||
function avatarAdded(avatarID) {
|
||||
|
|
Loading…
Reference in a new issue