diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2020-10-28 17:49:52 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-10-28 17:49:52 +0100 |
commit | eafda5708715f3d19bd82d9fe6f2d28c20881142 (patch) | |
tree | 17bc7b7e3332ce209131415842c021732b6412c1 /main.js | |
parent | fdc2a3a68ff3497c3a9a16425c30b6e564dcd444 (diff) |
Revert "Revert "Remove no longer needed workaround""
This reverts commit fde36ff5deecc93be3148c7184fbb966db960e2a.
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |