From 1e572351b8b4067e033ebc01fec4cadb1985282a Mon Sep 17 00:00:00 2001 From: kaitlynkittyy Date: Thu, 4 Apr 2024 20:13:00 -0400 Subject: [PATCH] removed useless flags --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 5e514ac..47094c3 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -36,7 +36,7 @@ function init() { app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required"); app.commandLine.appendSwitch( "enable-features", - "UseOzonePlatform,VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,VaapiVP8Encoder,VaapiVP9Encoder,VaapiAV1Encoder,WebRTCPipeWireCapturer,VaapiVideoDecoder,CanvasOopRasterization,Vulkan" + "UseOzonePlatform,VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,WebRTCPipeWireCapturer,VaapiVideoDecoder,CanvasOopRasterization,Vulkan" ); app.commandLine.appendSwitch("use-vulkan"); app.commandLine.appendSwitch("use-gl", "angle");