We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f6f39 commit 255f282Copy full SHA for 255f282
src/electron/main.js
@@ -69,6 +69,7 @@ app.whenReady().then(async () => {
69
mb.app.setAppUserModelId('com.electron.gitify');
70
71
// Tray configuration
72
+ mb.tray.setToolTip('Gitify');
73
mb.tray.setIgnoreDoubleClickEvents(true);
74
mb.tray.on('right-click', (_event, bounds) => {
75
mb.tray.popUpContextMenu(contextMenu, { x: bounds.x, y: bounds.y });
0 commit comments