Skip to content

Commit

Permalink
fix: tray-menu gap
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Aug 29, 2023
1 parent 54ea907 commit 6762639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Application {
this.initLyricsWindow();
}
},
icon: nativeImage.createFromPath(getFile('./assets/empty.png')).resize({ width: 16, height: 16 }),
icon: process.platform === 'win32' ? nativeImage.createFromPath(getFile('./assets/empty.png')).resize({ width: 16, height: 16 }) : undefined,
},
{
type: 'normal',
Expand Down

0 comments on commit 6762639

Please sign in to comment.