mirror of
https://github.com/overte-org/overte.git
synced 2025-05-28 09:30:23 +02:00
Fix app icon occasionally being disabled at Interface start
This commit is contained in:
parent
808f37a824
commit
3cc0db8b40
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
ENABLED_CAPTION_COLOR_OVERRIDE = "",
|
||||
DISABLED_CAPTION_COLOR_OVERRIDE = "#888888",
|
||||
VR_EDIT_SETTING = "io.highfidelity.isVREditing", // Note: This constant is duplicated in utils.js.
|
||||
START_DELAY = 2000, // ms
|
||||
|
||||
// Application state
|
||||
isAppActive,
|
||||
|
@ -1803,6 +1804,6 @@
|
|||
tablet = null;
|
||||
}
|
||||
|
||||
setUp();
|
||||
Script.setTimeout(setUp, START_DELAY); // Delay start so that Entities.canRez() work; button is enabled correctly.
|
||||
Script.scriptEnding.connect(tearDown);
|
||||
}());
|
||||
|
|
Loading…
Reference in a new issue