Enable Pipewire support

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-18 08:34:06 +02:00
parent 7a03dd2b0c
commit 96203a882c
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

@ -780,6 +780,7 @@ ipcMain.on('seshat', async function(ev, payload) {
});
app.commandLine.appendSwitch('--enable-usermedia-screen-capturing');
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');
const gotLock = app.requestSingleInstanceLock();
if (!gotLock) {