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

Disable native window open (#4778)

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2022-01-31 17:59:49 +02:00 committed by GitHub
parent 0b1696fe16
commit a0f474a676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);