fix: remove system audio capture toggle

This commit is contained in:
Owen Gretzinger
2025-07-10 17:40:22 -04:00
parent 619223fa1e
commit 2ca102f8d6
3 changed files with 55 additions and 81 deletions
-3
View File
@@ -39,9 +39,6 @@ struct MeetingDetailView: View {
VStack(spacing: 20) {
// Recording Controls
VStack(spacing: 12) {
Toggle("Capture System Audio", isOn: $viewModel.captureSystemAudio)
.disabled(viewModel.isRecording)
HStack {
Button {
viewModel.startRecording()