Skip to content

Commit

Permalink
Fixes #61
Browse files Browse the repository at this point in the history
Sets the tooltip to display Ghetto Skype instead of electron
  • Loading branch information
stanfieldr committed Aug 6, 2016
1 parent 5490145 commit a341103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};

Expand Down

0 comments on commit a341103

Please sign in to comment.