diff --git a/src/native/tray.ts b/src/native/tray.ts index 2ed64a5..6f96a4e 100644 --- a/src/native/tray.ts +++ b/src/native/tray.ts @@ -11,8 +11,6 @@ let tray: Tray = null; // Create and resize tray icon for macOS function createTrayIcon() { const image = nativeImage.createFromDataURL(trayIconAsset); - - // Resize to a sane size for macOS (about 20px) const resized = image.resize({ width: 20, height: 20 }); // Mark as template image so it adapts to dark/light mode