https://bugs.kde.org/show_bug.cgi?id=474798
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.8.0 Fixed/Implemented| | In| | Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/spectacle/-/commit/b983c | |07b3c48f250a2c4a207749f891f | |1425e389 --- Comment #14 from Nate Graham <[email protected]> --- Git commit b983c07b3c48f250a2c4a207749f891f1425e389 by Nate Graham, on behalf of Khudoberdi Abdujalilov. Committed on 09/07/2026 at 04:18. Pushed by ngraham into branch 'master'. Add options to record system audio and microphone Adds two checkboxes to the recording settings — "Record system audio" and "Record microphone" — backed by KPipeWire's new `PipeWireRecord` properties. Both options default to off: microphone off for privacy, system-audio off to preserve current behavior for existing users. The checkboxes are disabled for video formats that cannot carry audio (GIF, WebP). FIXED-IN: 6.8.0 M +18 -0 src/Gui/OptionsMenu.cpp M +39 -2 src/Gui/RecordingSettingsColumn.qml M +5 -0 src/Gui/RecordingView.qml M +8 -0 src/Gui/SettingsDialog/spectacle.kcfg M +5 -0 src/Platforms/VideoPlatform.cpp M +3 -0 src/Platforms/VideoPlatform.h M +8 -2 src/Platforms/VideoPlatformWayland.cpp https://invent.kde.org/plasma/spectacle/-/commit/b983c07b3c48f250a2c4a207749f891f1425e389 -- You are receiving this mail because: You are watching all bug changes.
