Adds a pop and whoosh sound for message receive/sent
This commit is contained in:
parent
c7a430f375
commit
272b81c7cf
20 changed files with 141 additions and 145 deletions
|
@ -89,7 +89,8 @@ async function notifyForCall(
|
|||
onNotificationClick: () => {
|
||||
window.IPC.showWindow();
|
||||
},
|
||||
silent: false,
|
||||
// The ringtone plays so we don't need sound for the notification
|
||||
silent: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue