aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
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);