Skip to content

Commit

Permalink
fixe tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwolf committed Sep 22, 2024
1 parent c6b82e2 commit 177af4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function createTray() {
let trayIcon = nativeImage.createFromPath(iconPath);

// Resize the icon to 16x16 pixels
trayIcon = trayIcon.resize({ width: 16, height: 16 });
trayIcon = trayIcon.resize({ width: 16, height: 12 });

if (process.platform === 'darwin') {
trayIcon.setTemplateImage(true);
Expand Down
Binary file modified tray-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 177af4e

Please sign in to comment.