From 1e45ef2b928096579c2b696d8dda7c50b27aaf6a Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 3 Mar 2021 08:40:21 -0500 Subject: [PATCH] Add ignore-gpu-blacklist flag --- src/main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/index.js b/src/main/index.js index 5bd8614e..1d5c00db 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -35,6 +35,7 @@ let startupUrl app.commandLine.appendSwitch('disable-features', 'OutOfBlinkCors') app.commandLine.appendSwitch('enable-accelerated-video') +app.commandLine.appendSwitch('ignore-gpu-blacklist') // See: https://stackoverflow.com/questions/45570589/electron-protocol-handler-not-working-on-windows // remove so we can register each time as we run the app.