removed useless flags
This commit is contained in:
parent
05df122cf1
commit
1e572351b8
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Reference in a new issue