From 9115e0b8ecf666cb15821901813181fa2b425570 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 04:48:30 -0500 Subject: Upgrade electron to '18.0.4' Remove deprecated 'nativeWindowOpen' flag --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 013cf93ce..1721651e4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -213,7 +213,6 @@ const createWindow = () => { contextIsolation: false, webviewTag: true, preload: join(__dirname, 'sentry.js'), - nativeWindowOpen: true, }, }); @@ -525,7 +524,6 @@ ipcMain.on('open-browser-window', (_e, { url, serviceId }) => { fullscreenable: false, webPreferences: { session: serviceSession, - nativeWindowOpen: true, }, }); enableWebContents(child.webContents); -- cgit v1.2.3-54-g00ecf