mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +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() {
|
function clearLocalQMLDataAndClosePAL() {
|
||||||
sendToQml({ method: 'clearLocalQMLData' });
|
sendToQml({ method: 'clearLocalQMLData' });
|
||||||
|
if (onPalScreen) {
|
||||||
|
tablet.gotoHomeScreen();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function avatarAdded(avatarID) {
|
function avatarAdded(avatarID) {
|
||||||
|
|
Loading…
Reference in a new issue