mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Merge pull request #10033 from druiz17/tablet-help-script
Remove help button from the tablet when reloading scripts
This commit is contained in:
commit
54a843ee90
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
}, POLL_RATE);
|
||||
|
||||
Script.scriptEnding.connect(function () {
|
||||
if (onUserScreen) {
|
||||
if (onHelpScreen) {
|
||||
tablet.gotoHomeScreen();
|
||||
}
|
||||
button.clicked.disconnect(onClicked);
|
||||
|
|
Loading…
Reference in a new issue