chore: nativeWindowOpen is default true and will be removed with electron18 (#723)

nativeWindowOpen is default since Electron 15, and the parameter will be
removed with Electron 18, thus prep for this.

See https://github.com/electron/electron/blob/main/docs/breaking-changes.md#removed-nativewindowopen
This commit is contained in:
Christoph Settgast 2022-03-04 22:20:33 +01:00 committed by GitHub
parent 449f0d7087
commit 381903bb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,6 @@ function createJitsiMeetWindow() {
webPreferences: {
enableBlinkFeatures: 'WebAssemblyCSP',
contextIsolation: false,
nativeWindowOpen: true,
nodeIntegration: false,
preload: path.resolve(basePath, './build/preload.js')
}