Skip to content

Commit

Permalink
Fix - Webview not working with upgrade
Browse files Browse the repository at this point in the history
kamranahmedse committed Jun 14, 2019
1 parent 3da9899 commit ff08401
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
@@ -36,7 +36,9 @@ function createWindow() {
show: false,
frame: argv.frameless ? false : true,
webPreferences: {
plugins: true
plugins: true,
nodeIntegration: true,
webviewTag: true
},
});

2,562 changes: 1,178 additions & 1,384 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ff08401

Please sign in to comment.