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.