diff --git a/app/tray.js b/app/tray.js index c98f043..09f228d 100644 --- a/app/tray.js +++ b/app/tray.js @@ -16,6 +16,7 @@ exports.init = function(window) { trayIcon = new electron.Tray(`${basePath}skype24.png`); trayIcon.on('click', toggleOpen); + trayIcon.setToolTip('Ghetto Skype'); trayIcon.setContextMenu(contextMenu); };