mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
Nitpick: Fix name casing in tray icon tooltip
This commit is contained in:
2
tray.js
2
tray.js
@ -40,7 +40,7 @@ module.exports.setUpTray = (app, win) => {
|
|||||||
|
|
||||||
tray = new Tray(trayIcon);
|
tray = new Tray(trayIcon);
|
||||||
|
|
||||||
tray.setToolTip("Youtube Music");
|
tray.setToolTip("YouTube Music");
|
||||||
|
|
||||||
// macOS only
|
// macOS only
|
||||||
tray.setIgnoreDoubleClickEvents(true);
|
tray.setIgnoreDoubleClickEvents(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user