Skip to content

Commit

Permalink
Merge pull request #1081 from danielchalmers/patch-1
Browse files Browse the repository at this point in the history
Nitpick: Fix name casing in tray icon tooltip
  • Loading branch information
th-ch authored Mar 19, 2023
2 parents e87099c + 3abef7c commit 03f4654
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 03f4654

Please sign in to comment.