mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
fix: set nodeIntegrationInSubFrames true on auth window
This commit is contained in:
parent
fe33045b9e
commit
2e1eb9e9b7
@ -95,6 +95,7 @@ export class WindowManager {
|
||||
minimizable: false,
|
||||
webPreferences: {
|
||||
sandbox: false,
|
||||
nodeIntegrationInSubFrames: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user