This commit is contained in:
dusk 2022-04-30 05:08:42 +03:00
parent 0010e85387
commit f37c2c83d4
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -2,7 +2,7 @@ _: prev: let
cliArgs = let
flags = [
"--flag-switches-begin"
"--enable-features=WebUIDarkMode,UseOzonePlatform,WebRTCPipeWireCapturer,IgnoreGPUBlocklist,Vulkan"
"--enable-features=WebUIDarkMode,UseOzonePlatform,WebRTCPipeWireCapturer,IgnoreGPUBlocklist"
"--flag-switches-end"
"--ozone-platform=wayland"
"--enable-webrtc-pipewire-capturer"
@ -11,7 +11,6 @@ _: prev: let
"--enable-zero-copy"
"--disable-gpu-driver-bug-workarounds"
"--force-dark-mode"
"--process-per-site"
];
in
prev.lib.concatStringsSep " " flags;