mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
SDA-3532 Snipping tool should remain on the top on Windows and MacOS (#1348)
This commit is contained in:
parent
7635da2ca1
commit
baeb3c2c63
@ -1250,7 +1250,7 @@ export class WindowHandler {
|
||||
opts.alwaysOnTop = true;
|
||||
}
|
||||
|
||||
if (isWindowsOS && this.mainWindow) {
|
||||
if (this.mainWindow) {
|
||||
opts.parent = this.mainWindow;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user