mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 18:25:04 -06:00
SDA-4095 Setting the right context origin on fresh install (#1765)
This commit is contained in:
parent
7a0483a819
commit
2ba6160824
@ -420,6 +420,7 @@ ipcMain.on(
|
||||
);
|
||||
const mainWebContents = windowHandler.getMainWebContents();
|
||||
if (mainWebContents && !mainWebContents.isDestroyed()) {
|
||||
windowHandler.setMainWindowOrigin(formattedPodUrl);
|
||||
mainWebContents.loadURL(formattedPodUrl);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user