Skip to content

Commit

Permalink
🐛 = to :
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerluiz committed Jun 24, 2020
1 parent e0a7ace commit 68197ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

## Mac

- Brew: ```brew cask install ytmdesktop-youtube-music```
- Binaries: https://github.com/ytmdesktop/ytmdesktop/releases

# To Contribute
Expand Down
4 changes: 2 additions & 2 deletions src/providers/trayProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ function _doNotification(title, content, image) {
icon: image,
title: title,
content: content,
noSound = true,
noSound: true,
})
} else {
new Notification(title, {
body: content,
silent = true,
silent: true,
icon: image,
})
}
Expand Down

0 comments on commit 68197ad

Please sign in to comment.