From 381903bb3d569198f6eb2abdfe7cdaf8f80b8c6e Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Fri, 4 Mar 2022 22:20:33 +0100 Subject: 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 --- main.js | 1 - 1 file changed, 1 deletion(-) (limited to 'main.js') diff --git a/main.js b/main.js index 6c173d5..7f746d8 100644 --- a/main.js +++ b/main.js @@ -209,7 +209,6 @@ function createJitsiMeetWindow() { webPreferences: { enableBlinkFeatures: 'WebAssemblyCSP', contextIsolation: false, - nativeWindowOpen: true, nodeIntegration: false, preload: path.resolve(basePath, './build/preload.js') } -- cgit v1.2.3