diff --git a/public/electron.js b/public/electron.js index d892c05..e5fd802 100644 --- a/public/electron.js +++ b/public/electron.js @@ -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, });