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:
parent
0b1696fe16
commit
a0f474a676
@ -74,7 +74,7 @@ export class WindowManager extends Singleton {
|
||||
nodeIntegrationInSubFrames: true,
|
||||
webviewTag: true,
|
||||
contextIsolation: false,
|
||||
nativeWindowOpen: true,
|
||||
nativeWindowOpen: false,
|
||||
},
|
||||
});
|
||||
this.windowState.manage(this.mainWindow);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user