Revert "Revert "Remove no longer needed workaround""

This reverts commit fde36ff5de.
This commit is contained in:
Saúl Ibarra Corretgé 2020-10-28 17:49:52 +01:00
parent fdc2a3a68f
commit eafda57087
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ const showDevTools = Boolean(process.env.SHOW_DEV_TOOLS) || (process.argv.indexO
// We need this because of https://github.com/electron/electron/issues/18214
app.commandLine.appendSwitch('disable-site-isolation-trials');
// https://bugs.chromium.org/p/chromium/issues/detail?id=1086373
app.commandLine.appendSwitch('disable-webrtc-hw-encoding');
app.commandLine.appendSwitch('disable-webrtc-hw-decoding');
// Needed until robot.js is fixed: https://github.com/octalmage/robotjs/issues/580
app.allowRendererProcessReuse = false;