diff --git a/tray.js b/tray.js index d8712d7e7d..46b76f837d 100644 --- a/tray.js +++ b/tray.js @@ -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);