Skip to content

Commit

Permalink
Nitpick: Fix name casing in tray icon tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers authored Mar 17, 2023
1 parent e972fd1 commit 3abef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports.setUpTray = (app, win) => {

tray = new Tray(trayIcon);

tray.setToolTip("Youtube Music");
tray.setToolTip("YouTube Music");

// macOS only
tray.setIgnoreDoubleClickEvents(true);
Expand Down

0 comments on commit 3abef7c

Please sign in to comment.