diff --git a/electron/components/PearlTray.js b/electron/components/PearlTray.js index b2ca4c6ae..b82a94c1b 100644 --- a/electron/components/PearlTray.js +++ b/electron/components/PearlTray.js @@ -44,7 +44,7 @@ const trayIcons = Object.entries(trayIconPaths).reduce( if (isMac) { // Resize icon for tray trayIcon = trayIcon.resize(macTrayIconSize); - // Set as template image (required for tray icon parsing) + // Mark the image as a template image for MacOS to apply correct color trayIcon.setTemplateImage(true); }