chore(electron): upgrade electron to v32 (#8235)

workaround provided by https://github.com/electron/electron/issues/43556
This commit is contained in:
pengx17
2024-09-13 04:23:10 +00:00
parent 8800abded7
commit df87300a3f
5 changed files with 12 additions and 10 deletions

View File

@@ -22,6 +22,8 @@ import { launchStage } from './windows-manager/stage';
app.enableSandbox();
app.commandLine.appendSwitch('enable-features', 'CSSTextAutoSpace');
// https://github.com/electron/electron/issues/43556
app.commandLine.appendSwitch('disable-features', 'PlzDedicatedWorker');
// use the same data for internal & beta for testing
if (overrideSession) {