From 5c9bb5e9fd105f72c678aa17a4336f29f13f5812 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 3 Mar 2021 11:42:49 -0500 Subject: [PATCH] Update index.js --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 1d5c00db6..2bc486258 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -34,7 +34,7 @@ let startupUrl // This line can possible be removed if the issue is fixed upstream app.commandLine.appendSwitch('disable-features', 'OutOfBlinkCors') -app.commandLine.appendSwitch('enable-accelerated-video') +app.commandLine.appendSwitch('enable-accelerated-video-decode') app.commandLine.appendSwitch('ignore-gpu-blacklist') // See: https://stackoverflow.com/questions/45570589/electron-protocol-handler-not-working-on-windows