NOW i removed the flag

This commit is contained in:
kaitlynkittyy 2024-04-07 19:05:38 -04:00
parent 060c522217
commit 2e153c1e1e

View file

@ -35,7 +35,6 @@ function init() {
// work around chrome 66 disabling autoplay by default
app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required");
app.commandLine.appendSwitch("enable-features", "VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,VaapiVideoDecoder");
app.commandLine.appendSwitch("ozone-platform-hint", "auto");
// WinRetrieveSuggestionsOnlyOnDemand: Work around electron 13 bug w/ async spellchecking on Windows.
// HardwareMediaKeyHandling,MediaSessionService: Prevent Discord from registering as a media service.
//