mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge pull request #677 from hydralauncher/fix/captcha-not-showing-on-linux
fix: set nodeIntegrationInSubFrames true on auth window
This commit is contained in:
commit
94284a427f
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ export class WindowManager {
|
|||
minimizable: false,
|
||||
webPreferences: {
|
||||
sandbox: false,
|
||||
nodeIntegrationInSubFrames: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue