Skip to content

Commit

Permalink
Add app name to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-ramadas committed Mar 7, 2019
1 parent e6a13c7 commit 238a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function createTray() {
mb = menubar({
index: startUrl,
icon: path.join(__dirname, `tray-icons/PablumTemplate.${iconExtension}`),
tooltip: 'Resume playing Spotify back from where you left',
tooltip: 'Palbum - Resume playing Spotify back from where you left',
preloadWindow: true,
});

Expand Down

0 comments on commit 238a635

Please sign in to comment.