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

View File

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