We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ec4ce commit ed20fd5Copy full SHA for ed20fd5
SoundSwitch/Framework/NotificationManager/MMNotificationClient.cs
@@ -20,7 +20,7 @@ namespace SoundSwitch.Framework.NotificationManager
20
{
21
public class MMNotificationClient : IMMNotificationClient, IDisposable
22
23
- private record DeviceRole(DataFlow flow, Role role);
+ private record DeviceRole(DataFlow Flow, Role Role);
24
25
public static MMNotificationClient Instance { get; } = new();
26
private MMDeviceEnumerator _enumerator;
@@ -169,4 +169,4 @@ public void Dispose()
169
_enumerator?.Dispose();
170
}
171
172
-}
+}
0 commit comments