mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4771 - Fix screen snippet window visibility issue (#2296)
This commit is contained in:
parent
ce635c07e5
commit
44210a7ce2
@ -92,7 +92,6 @@ class ScreenSnippet {
|
||||
const currentWindowName = (currentWindowObj as ICustomBrowserWindow)
|
||||
?.winName;
|
||||
const mainWindow = windowHandler.getMainWindow();
|
||||
windowHandler.closeSnippingToolWindow();
|
||||
if (hideOnCapture) {
|
||||
this.storeWindowsState(mainWindow, currentWindowObj);
|
||||
winStore.hideWindowsOnCapturing(hideOnCapture);
|
||||
|
@ -1446,6 +1446,7 @@ export class WindowHandler {
|
||||
alwaysOnTop: this.hideOnCapture,
|
||||
resizable: false,
|
||||
fullscreenable: false,
|
||||
show: true,
|
||||
},
|
||||
{
|
||||
devTools: true,
|
||||
|
Loading…
Reference in New Issue
Block a user