Nitpick: Fix name casing in tray icon tooltip

This commit is contained in:
Daniel Chalmers
2023-03-17 11:49:22 -05:00
committed by GitHub
parent e972fd15c2
commit 3abef7cb8a

View File

@ -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);