From 3abef7cb8af859b98923cc62b2d46c274a5f9ec3 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Fri, 17 Mar 2023 11:49:22 -0500 Subject: [PATCH] Nitpick: Fix name casing in tray icon tooltip --- tray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tray.js b/tray.js index d8712d7e..46b76f83 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);