mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Enable WebRTC screen capturer in WebEngine
This is disabled by default, and without it screen sharing doesn't work on Wayland Port of https://invent.kde.org/network/konqueror/-/merge_requests/113 BUG: 450839
This commit is contained in:
parent
e9e1d32339
commit
02feca74ce
|
@ -151,6 +151,10 @@ MainApplication::MainApplication(int &argc, char** argv)
|
|||
}
|
||||
#endif
|
||||
|
||||
QByteArray flags = qgetenv("QTWEBENGINE_CHROMIUM_FLAGS");
|
||||
flags.append(" --enable-features=WebRTCPipeWireCapturer");
|
||||
qputenv("QTWEBENGINE_CHROMIUM_FLAGS", flags);
|
||||
|
||||
QUrl startUrl;
|
||||
QString startProfile;
|
||||
QStringList messages;
|
||||
|
|
Loading…
Reference in New Issue
Block a user