Skip to content

Commit

Permalink
feat: set tray tooltip (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Jul 23, 2024
1 parent a9f6f39 commit 255f282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ app.whenReady().then(async () => {
mb.app.setAppUserModelId('com.electron.gitify');

// Tray configuration
mb.tray.setToolTip('Gitify');
mb.tray.setIgnoreDoubleClickEvents(true);
mb.tray.on('right-click', (_event, bounds) => {
mb.tray.popUpContextMenu(contextMenu, { x: bounds.x, y: bounds.y });
Expand Down

0 comments on commit 255f282

Please sign in to comment.