mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:56:52 +02:00
Fix for exception on script ending
This commit is contained in:
parent
c6f3eb138a
commit
03f8a310fc
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ Window.domainConnectionRefused.connect(clearLocalQMLDataAndClosePAL);
|
||||||
//
|
//
|
||||||
Script.scriptEnding.connect(function () {
|
Script.scriptEnding.connect(function () {
|
||||||
button.clicked.disconnect(onClicked);
|
button.clicked.disconnect(onClicked);
|
||||||
tablet.removeButton(buttonName);
|
tablet.removeButton(button);
|
||||||
pal.visibleChanged.disconnect(onVisibleChanged);
|
pal.visibleChanged.disconnect(onVisibleChanged);
|
||||||
pal.closed.disconnect(off);
|
pal.closed.disconnect(off);
|
||||||
Users.usernameFromIDReply.disconnect(usernameFromIDReply);
|
Users.usernameFromIDReply.disconnect(usernameFromIDReply);
|
||||||
|
|
Loading…
Reference in a new issue