Add an option for mono mic capture in ZoomIt

This commit is contained in:
foxmsft
2026-02-05 01:05:33 +01:00
committed by Alex Mihaiuc
parent bb4c548a4b
commit 450d6db343
12 changed files with 71 additions and 6 deletions

View File

@@ -93,6 +93,8 @@ namespace Microsoft.PowerToys.Settings.UI.Library
public BoolProperty CaptureAudio { get; set; }
public BoolProperty MicMonoMix { get; set; }
public StringProperty MicrophoneDeviceId { get; set; }
}
}