mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 17:06:24 -06:00
SDA-3819 - Fix initial pop-out loading issue (#1479)
This commit is contained in:
parent
1878b33c52
commit
a82325eb52
@ -281,6 +281,9 @@ export const handleChildWindow = (webContents: WebContents): void => {
|
||||
if (isWindowsOS) {
|
||||
browserWin.setMenuBarVisibility(false);
|
||||
}
|
||||
if (mainWindow.isAlwaysOnTop()) {
|
||||
browserWin.setAlwaysOnTop(true);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user