diff --git a/src/electron-main.ts b/src/electron-main.ts index 08df924..b42f72a 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -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) {