Skip to content

Commit

Permalink
Start v2.3.37 - update to electron 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo committed Oct 3, 2021
1 parent 56a2324 commit 5643a08
Show file tree
Hide file tree
Showing 4 changed files with 1,056 additions and 791 deletions.
2 changes: 2 additions & 0 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ function initialize(show = true) {
webviewTag: true,
backgroundThrottling: false,
contextIsolation: false,
spellcheck: true,
enableRemoteModule: true,
navigateOnDragDrop: true // needed for drop of files
},
});
Expand Down
Loading

0 comments on commit 5643a08

Please sign in to comment.