Skip to content

Commit 44210a7

Browse files
SDA-4771 - Fix screen snippet window visibility issue (#2296)
1 parent ce635c0 commit 44210a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/screen-snippet-handler.ts

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class ScreenSnippet {
9292
const currentWindowName = (currentWindowObj as ICustomBrowserWindow)
9393
?.winName;
9494
const mainWindow = windowHandler.getMainWindow();
95-
windowHandler.closeSnippingToolWindow();
9695
if (hideOnCapture) {
9796
this.storeWindowsState(mainWindow, currentWindowObj);
9897
winStore.hideWindowsOnCapturing(hideOnCapture);

src/app/window-handler.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ export class WindowHandler {
14461446
alwaysOnTop: this.hideOnCapture,
14471447
resizable: false,
14481448
fullscreenable: false,
1449+
show: true,
14491450
},
14501451
{
14511452
devTools: true,

0 commit comments

Comments
 (0)