Skip to content

Commit a341103

Browse files
committed
Fixes #61
Sets the tooltip to display Ghetto Skype instead of electron
1 parent 5490145 commit a341103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/tray.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ exports.init = function(window) {
1616
trayIcon = new electron.Tray(`${basePath}skype24.png`);
1717

1818
trayIcon.on('click', toggleOpen);
19+
trayIcon.setToolTip('Ghetto Skype');
1920
trayIcon.setContextMenu(contextMenu);
2021
};
2122

0 commit comments

Comments
 (0)