Update to Electron 4.x
This commit is contained in:
parent
667b2e63f1
commit
ae161c6cf6
10 changed files with 74 additions and 60 deletions
|
@ -97,7 +97,7 @@ function createTrayIcon(getMainWindow, messages) {
|
|||
|
||||
tray.on('click', tray.showWindow);
|
||||
|
||||
tray.setToolTip(messages.trayTooltip.message);
|
||||
tray.setToolTip(messages.signalDesktop.message);
|
||||
tray.updateContextMenu();
|
||||
|
||||
return tray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue