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)
|
const currentWindowName = (currentWindowObj as ICustomBrowserWindow)
|
||||||
?.winName;
|
?.winName;
|
||||||
const mainWindow = windowHandler.getMainWindow();
|
const mainWindow = windowHandler.getMainWindow();
|
||||||
windowHandler.closeSnippingToolWindow();
|
|
||||||
if (hideOnCapture) {
|
if (hideOnCapture) {
|
||||||
this.storeWindowsState(mainWindow, currentWindowObj);
|
this.storeWindowsState(mainWindow, currentWindowObj);
|
||||||
winStore.hideWindowsOnCapturing(hideOnCapture);
|
winStore.hideWindowsOnCapturing(hideOnCapture);
|
||||||
|
@ -1446,6 +1446,7 @@ export class WindowHandler {
|
|||||||
alwaysOnTop: this.hideOnCapture,
|
alwaysOnTop: this.hideOnCapture,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
fullscreenable: false,
|
fullscreenable: false,
|
||||||
|
show: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
devTools: true,
|
devTools: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user