Skip to content

Commit 255f282

Browse files
authored
feat: set tray tooltip (#1401)
1 parent a9f6f39 commit 255f282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/electron/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ app.whenReady().then(async () => {
6969
mb.app.setAppUserModelId('com.electron.gitify');
7070

7171
// Tray configuration
72+
mb.tray.setToolTip('Gitify');
7273
mb.tray.setIgnoreDoubleClickEvents(true);
7374
mb.tray.on('right-click', (_event, bounds) => {
7475
mb.tray.popUpContextMenu(contextMenu, { x: bounds.x, y: bounds.y });

0 commit comments

Comments
 (0)