mirror of
https://github.com/overte-org/overte.git
synced 2025-06-07 14:42:08 +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
|
@ -919,6 +919,8 @@ app.on('ready', function() {
|
||||||
trayNotifications.startPolling();
|
trayNotifications.startPolling();
|
||||||
}
|
}
|
||||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||||
|
|
||||||
maybeInstallDefaultContentSet(onContentLoaded);
|
if (isServerInstalled()) {
|
||||||
|
maybeInstallDefaultContentSet(onContentLoaded);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue