Skip to content

Commit ed20fd5

Browse files
authored
fix(Notification::Win11): Fix double notification
Fixes #893
1 parent b0ec4ce commit ed20fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoundSwitch/Framework/NotificationManager/MMNotificationClient.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace SoundSwitch.Framework.NotificationManager
2020
{
2121
public class MMNotificationClient : IMMNotificationClient, IDisposable
2222
{
23-
private record DeviceRole(DataFlow flow, Role role);
23+
private record DeviceRole(DataFlow Flow, Role Role);
2424

2525
public static MMNotificationClient Instance { get; } = new();
2626
private MMDeviceEnumerator _enumerator;
@@ -169,4 +169,4 @@ public void Dispose()
169169
_enumerator?.Dispose();
170170
}
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)