mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-05 21:54:05 -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();
|
handlePerformanceSettings();
|
||||||
setChromeFlags();
|
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
|
// Electron sets the default protocol
|
||||||
if (!isDevEnv) {
|
if (!isDevEnv) {
|
||||||
app.setAsDefaultProtocolClient('symphony');
|
app.setAsDefaultProtocolClient('symphony');
|
||||||
|
Loading…
Reference in New Issue
Block a user