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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nw_notification_manager_mac.mm

-1
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)