From 2e153c1e1eccf760ef5fe634973fa457f19f5e75 Mon Sep 17 00:00:00 2001 From: kaitlynkittyy Date: Sun, 7 Apr 2024 19:05:38 -0400 Subject: [PATCH] NOW i removed the flag --- src/main/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 81935f3..2ddd95b 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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. //