Merge remote-tracking branch 'origin/main'

This commit is contained in:
Core 2022-09-14 19:14:26 +01:00
commit be09ccd377
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -86,7 +86,7 @@ export class AppEvents {
case "disabled":
console.info("Hardware acceleration is disabled.");
app.commandLine.appendSwitch("disable-gpu");
app.disableHardwareAcceleration()
app.disableHardwareAcceleration();
break;
}