1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Enable native window open

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2022-01-31 17:22:09 +02:00
parent ac42a6565f
commit 0c83070268

View File

@ -74,7 +74,7 @@ export class WindowManager extends Singleton {
nodeIntegrationInSubFrames: true,
webviewTag: true,
contextIsolation: false,
nativeWindowOpen: true,
nativeWindowOpen: false,
},
});
this.windowState.manage(this.mainWindow);