Skip to content

Commit

Permalink
fixes broken export when export window not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Picorims committed Jun 22, 2021
1 parent fa907e7 commit 96620fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function createExportWin() {
nodeIntegration: true,
contextIsolation: false,
nativeWindowOpen: true,
backgroundThrottling: false,
},
})
//win.webContents.id = 2; READONLY
Expand Down

0 comments on commit 96620fa

Please sign in to comment.