silenced the deprecation warning

This commit is contained in:
antelle 2020-05-31 14:25:50 +02:00
parent fb6bcdf5c9
commit a4b22b6c88
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ function createMainWindow() {
webPreferences: {
backgroundThrottling: false,
nodeIntegration: true,
nodeIntegrationInWorker: true
nodeIntegrationInWorker: true,
enableRemoteModule: true
}
};
if (process.platform !== 'win32') {