We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 982168c + 8292043 commit eb10d7aCopy full SHA for eb10d7a
1 file changed
src/nw_notification_manager_mac.mm
@@ -132,7 +132,6 @@ -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNoti
132
@"notification_id" :[NSNumber numberWithInt : params.notification_id],
133
};
134
135
- [notification setSoundName : @"NSUserNotificationDefaultSoundName"];
136
137
[[NSUserNotificationCenter defaultUserNotificationCenter] setDelegate:[NWUserNotificationCenterDelegate defaultNWUserNotificationCenterDelegate]];
138
0 commit comments