Skip to content

Commit eb10d7a

Browse files
committed
Merge pull request nwjs#2289 from jtg-gg/notification-disable-sound
[Notification] OSX, disable the default sound
2 parents 982168c + 8292043 commit eb10d7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/nw_notification_manager_mac.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNoti
132132
@"notification_id" :[NSNumber numberWithInt : params.notification_id],
133133
};
134134

135-
[notification setSoundName : @"NSUserNotificationDefaultSoundName"];
136135

137136
[[NSUserNotificationCenter defaultUserNotificationCenter] setDelegate:[NWUserNotificationCenterDelegate defaultNWUserNotificationCenterDelegate]];
138137

0 commit comments

Comments
 (0)