removed useless flags

This commit is contained in:
kaitlynkittyy 2024-04-04 20:13:00 -04:00
parent 05df122cf1
commit 1e572351b8

View file

@ -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");