Merge pull request #677 from hydralauncher/fix/captcha-not-showing-on-linux

fix: set nodeIntegrationInSubFrames true on auth window
This commit is contained in:
Zamitto 2024-06-25 10:04:10 -03:00 committed by GitHub
commit 94284a427f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,7 @@ export class WindowManager {
minimizable: false,
webPreferences: {
sandbox: false,
nodeIntegrationInSubFrames: true,
},
});