diff --git a/server-console/src/main.js b/server-console/src/main.js index c26938745b..0bc9f1f3ed 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -919,6 +919,8 @@ app.on('ready', function() { trayNotifications.startPolling(); } updateTrayMenu(ProcessGroupStates.STOPPED); - - maybeInstallDefaultContentSet(onContentLoaded); + + if (isServerInstalled()) { + maybeInstallDefaultContentSet(onContentLoaded); + } });