From eafda5708715f3d19bd82d9fe6f2d28c20881142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 28 Oct 2020 17:49:52 +0100 Subject: [PATCH] Revert "Revert "Remove no longer needed workaround"" This reverts commit fde36ff5deecc93be3148c7184fbb966db960e2a. --- main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.js b/main.js index 560cb7a..06090d9 100644 --- a/main.js +++ b/main.js @@ -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;