Skip to content

Commit

Permalink
Fix badge icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mawie81 committed Oct 26, 2015
1 parent 3f785b4 commit 4cd0f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function updateBadge(title) {
}

if (messageCount) {
appIcon.setImage(path.join(__dirname, 'media', 'media/logo-blue.png'));
appIcon.setImage(path.join(__dirname, 'media', 'logo-blue.png'));
} else {
appIcon.setImage(path.join(__dirname, 'media', 'logo-tray.png'));
}
Expand Down

0 comments on commit 4cd0f66

Please sign in to comment.