added playback stop css

Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
Core 2022-09-14 18:35:30 +01:00
parent f009c4b13c
commit bd6552a048
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 7 additions and 0 deletions

View file

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