Fix for Case 19395

High Fidelity Console in client only install downloads default content assets for non-existent sandbox.
This commit is contained in:
Roxanne Skelly 2018-10-17 10:43:06 -07:00
parent 0e0542ec6e
commit d4bc192be2

View file

@ -919,6 +919,8 @@ app.on('ready', function() {
trayNotifications.startPolling();
}
updateTrayMenu(ProcessGroupStates.STOPPED);
maybeInstallDefaultContentSet(onContentLoaded);
if (isServerInstalled()) {
maybeInstallDefaultContentSet(onContentLoaded);
}
});