Adds a pop and whoosh sound for message receive/sent

This commit is contained in:
Josh Perez 2023-05-08 15:59:36 -04:00
parent c7a430f375
commit 272b81c7cf
20 changed files with 141 additions and 145 deletions

View file

@ -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,
});
}