diff --git a/src/main.cpp b/src/main.cpp index d666ba6..97ed6ad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();