mirror of
https://github.com/overte-org/overte.git
synced 2025-06-09 07:32:35 +02:00
Fix for Case 19395
High Fidelity Console in client only install downloads default content assets for non-existent sandbox.
This commit is contained in:
parent
0e0542ec6e
commit
d4bc192be2
1 changed files with 4 additions and 2 deletions
|
@ -920,5 +920,7 @@ app.on('ready', function() {
|
||||||
}
|
}
|
||||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||||
|
|
||||||
|
if (isServerInstalled()) {
|
||||||
maybeInstallDefaultContentSet(onContentLoaded);
|
maybeInstallDefaultContentSet(onContentLoaded);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue