From ea5eb0154e9328d880d31d01f451114fefe1e815 Mon Sep 17 00:00:00 2001 From: Sadetdin EYILI Date: Mon, 22 Nov 2021 02:07:28 +0100 Subject: Fix opening link when in fullscreen on MacOs (fix #867) (#2265) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/index.ts b/src/index.ts index 89903a669..7285533ea 100644 --- a/src/index.ts +++ b/src/index.ts @@ -516,6 +516,7 @@ ipcMain.on('open-browser-window', (_e, { url, serviceId }) => { const serviceSession = session.fromPartition(`persist:service-${serviceId}`); const child = new BrowserWindow({ parent: mainWindow, + fullscreenable: false, webPreferences: { session: serviceSession, // TODO: Aren't these needed here? -- cgit v1.2.3-70-g09d2