Browse Source

Prepare for electron v5: Make sure webviewTag is on.

pull/3202/head
TheGoddessInari 6 years ago
parent
commit
ad865e0069
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 3
      electron/main.js

3
electron/main.js

@ -95,7 +95,8 @@ function createWindow () {
,acceptFirstMouse: true ,acceptFirstMouse: true
,webPreferences: { ,webPreferences: {
partition: 'persist:rambox', partition: 'persist:rambox',
nodeIntegration: true nodeIntegration: true,
webviewTag: true
} }
}); });

Loading…
Cancel
Save