aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 04:48:30 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-19 01:16:39 -0500
commit9115e0b8ecf666cb15821901813181fa2b425570 (patch)
tree6dcc5b8545671155b1c23db5416ae43f51b7509e /src/index.ts
parentUpgrade electron to '17.4.0' (diff)
downloadferdium-app-9115e0b8ecf666cb15821901813181fa2b425570.tar.gz
ferdium-app-9115e0b8ecf666cb15821901813181fa2b425570.tar.zst
ferdium-app-9115e0b8ecf666cb15821901813181fa2b425570.zip
Upgrade electron to '18.0.4'
Remove deprecated 'nativeWindowOpen' flag
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 0 insertions, 2 deletions
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 = () => {
213 contextIsolation: false, 213 contextIsolation: false,
214 webviewTag: true, 214 webviewTag: true,
215 preload: join(__dirname, 'sentry.js'), 215 preload: join(__dirname, 'sentry.js'),
216 nativeWindowOpen: true,
217 }, 216 },
218 }); 217 });
219 218
@@ -525,7 +524,6 @@ ipcMain.on('open-browser-window', (_e, { url, serviceId }) => {
525 fullscreenable: false, 524 fullscreenable: false,
526 webPreferences: { 525 webPreferences: {
527 session: serviceSession, 526 session: serviceSession,
528 nativeWindowOpen: true,
529 }, 527 },
530 }); 528 });
531 enableWebContents(child.webContents); 529 enableWebContents(child.webContents);