We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce635c0 commit 44210a7Copy full SHA for 44210a7
src/app/screen-snippet-handler.ts
@@ -92,7 +92,6 @@ class ScreenSnippet {
92
const currentWindowName = (currentWindowObj as ICustomBrowserWindow)
93
?.winName;
94
const mainWindow = windowHandler.getMainWindow();
95
- windowHandler.closeSnippingToolWindow();
96
if (hideOnCapture) {
97
this.storeWindowsState(mainWindow, currentWindowObj);
98
winStore.hideWindowsOnCapturing(hideOnCapture);
src/app/window-handler.ts
@@ -1446,6 +1446,7 @@ export class WindowHandler {
1446
alwaysOnTop: this.hideOnCapture,
1447
resizable: false,
1448
fullscreenable: false,
1449
+ show: true,
1450
},
1451
{
1452
devTools: true,
0 commit comments