mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +00:00
fix: set nodeIntegrationInSubFrames true on auth window
This commit is contained in:
parent
fe33045b9e
commit
2e1eb9e9b7
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ export class WindowManager {
|
|||
minimizable: false,
|
||||
webPreferences: {
|
||||
sandbox: false,
|
||||
nodeIntegrationInSubFrames: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue