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. //