aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2020-09-10 15:14:01 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-09-10 15:14:01 +0200
commitb2a349a718dcd6ddf5abb0b897345226fd98981d (patch)
tree9204d830f0ff6eedb088178afe347e07d14e81a5
parentbd44d0917e3d50a35564b99aaefe63df3e92b4f6 (diff)
Remove no longer needed workaround
The bug has since been fixed in Chromium.
-rw-r--r--main.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.js b/main.js
index d1bf68d..021745f 100644
--- a/main.js
+++ b/main.js
@@ -28,10 +28,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;