Skip to content

Commit ff08401

Browse files
committed
Fix - Webview not working with upgrade
1 parent 3da9899 commit ff08401

File tree

2 files changed

+1181
-1385
lines changed

2 files changed

+1181
-1385
lines changed

public/electron.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ function createWindow() {
3636
show: false,
3737
frame: argv.frameless ? false : true,
3838
webPreferences: {
39-
plugins: true
39+
plugins: true,
40+
nodeIntegration: true,
41+
webviewTag: true
4042
},
4143
});
4244

0 commit comments

Comments
 (0)