add `--enable-features=WebRTCPipeWireCapturer`
Co-authored-by: edisionnano <samantas5855@gmail.com>
This commit is contained in:
parent
c3483a42db
commit
ee0c66762d
|
@ -30,6 +30,10 @@ int main(int argc, char *argv[]) {
|
|||
Virtmic::start(parser.value(virtmicOption));
|
||||
}
|
||||
|
||||
qputenv("QTWEBENGINE_CHROMIUM_FLAGS",
|
||||
"--enable-features=WebRTCPipeWireCapturer " +
|
||||
qgetenv("QTWEBENGINE_CHROMIUM_FLAGS"));
|
||||
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
||||
|
|
Loading…
Reference in New Issue