mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +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();
|
||||
}
|
||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||
|
||||
maybeInstallDefaultContentSet(onContentLoaded);
|
||||
|
||||
if (isServerInstalled()) {
|
||||
maybeInstallDefaultContentSet(onContentLoaded);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue