SDA-1877 - Fix blank pop-out issue in 8.x electron version

This commit is contained in:
Kiran Niranjan 2020-03-23 16:54:03 +05:30
parent f55c019b7f
commit bec095d576

View File

@ -49,6 +49,10 @@ electronDownloader();
handlePerformanceSettings();
setChromeFlags();
// Need this to prevent blank pop-out from 8.x versions
// Refer - SDA-1877 - https://github.com/electron/electron/issues/18397
app.allowRendererProcessReuse = true;
// Electron sets the default protocol
if (!isDevEnv) {
app.setAsDefaultProtocolClient('symphony');