mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 13:51:02 +00:00
fix: set nodeIntegrationInSubFrames true on auth window
This commit is contained in:
@@ -95,6 +95,7 @@ export class WindowManager {
|
|||||||
minimizable: false,
|
minimizable: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
sandbox: false,
|
sandbox: false,
|
||||||
|
nodeIntegrationInSubFrames: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user