Skip to content

Commit

Permalink
Increase screenshot window size
Browse files Browse the repository at this point in the history
 - Seems to be needed on Windows
  • Loading branch information
dan-bishopfox committed Feb 17, 2022
1 parent 66ce299 commit 692144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async function redact(message: any) {

const win = new BrowserWindow({
width: 400,
height: 100,
height: 120,
show: false,
webPreferences: {
sandbox: true,
Expand Down

0 comments on commit 692144e

Please sign in to comment.