mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-03 12:47:13 -06:00
SDA-1877 - Fix blank pop-out issue in 8.x electron version
This commit is contained in:
parent
f55c019b7f
commit
bec095d576
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user