Skip to content

Commit

Permalink
fix(notifications): disable native notification sound
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Jun 10, 2024
1 parent 11af9d0 commit 834bc49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/talk/renderer/notifications/notifications.store.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export function createNotificationStore() {
body: notification.message,
icon: notification.icon,
tag: notification.notificationId,
// We have a custom sound
silent: true,
})
n.addEventListener('click', () => {
const event = {
Expand Down

0 comments on commit 834bc49

Please sign in to comment.