Skip to content

Commit e8cbe46

Browse files
committed
Revert "Enable pipewire camera support for better integration with gnome and kde"
This reverts commit 3f50fa1.
1 parent 04af37c commit e8cbe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Ena
5151

5252
// Wayland: Enable optional PipeWire support.
5353
if (!app.commandLine.hasSwitch('enable-features')) {
54-
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer,WebRtcPipeWireCamera');
54+
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');
5555
}
5656

5757
autoUpdater.logger = require('electron-log');

0 commit comments

Comments
 (0)