Skip to content

Commit

Permalink
Fix - Webview not working with upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jun 14, 2019
1 parent 3da9899 commit ff08401
Show file tree
Hide file tree
Showing 2 changed files with 1,181 additions and 1,385 deletions.
4 changes: 3 additions & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ function createWindow() {
show: false,
frame: argv.frameless ? false : true,
webPreferences: {
plugins: true
plugins: true,
nodeIntegration: true,
webviewTag: true
},
});

Expand Down

0 comments on commit ff08401

Please sign in to comment.