SDA-3532 Snipping tool should remain on the top on Windows and MacOS (#1348)

This commit is contained in:
Salah Benmoussati 2022-02-17 10:08:09 +01:00 committed by GitHub
parent 7635da2ca1
commit baeb3c2c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1250,7 +1250,7 @@ export class WindowHandler {
opts.alwaysOnTop = true;
}
if (isWindowsOS && this.mainWindow) {
if (this.mainWindow) {
opts.parent = this.mainWindow;
}