mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 23:35:33 +02:00
Merge pull request #14224 from roxanneskelly/Case19395Master
Fix for Case 19395
This commit is contained in:
commit
3916b8e9d2
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