Add ignore-gpu-blacklist flag
This commit is contained in:
parent
760836817a
commit
1e45ef2b92
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue