mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Disable Chromium GPU blacklist (#2895)
This commit is contained in:
parent
3e1784cdbc
commit
1ab6390067
1 changed files with 4 additions and 0 deletions
|
|
@ -85,6 +85,10 @@ app.getLastFocusedWindow = () => {
|
|||
});
|
||||
};
|
||||
|
||||
//eslint-disable-next-line no-console
|
||||
console.log('Disabling Chromium GPU blacklist');
|
||||
app.commandLine.appendSwitch('ignore-gpu-blacklist');
|
||||
|
||||
if (isDev) {
|
||||
//eslint-disable-next-line no-console
|
||||
console.log('running in dev mode');
|
||||
|
|
|
|||
Loading…
Reference in a new issue