Skip to content

Commit

Permalink
💄 Make next song notifications silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Wani4ka authored and rickpalmeira committed Jun 24, 2020
1 parent f82ae25 commit e0a7ace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/trayProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ function _doNotification(title, content, image) {
icon: image,
title: title,
content: content,
noSound = true,
})
} else {
new Notification(title, {
body: content,
silent = true,
icon: image,
})
}
Expand Down

0 comments on commit e0a7ace

Please sign in to comment.