Browse Source

Insist on nodeIntegration for the main browserWindow for Electron 5.0.0.

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

3
electron/main.js

@ -94,7 +94,8 @@ function createWindow () {
,show: !config.get('start_minimized')
,acceptFirstMouse: true
,webPreferences: {
partition: 'persist:rambox'
partition: 'persist:rambox',
nodeIntegration: true
}
});

Loading…
Cancel
Save