Skip to content

Commit

Permalink
Icon Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyepstein committed Nov 9, 2023
1 parent 506f509 commit 768ad09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified assets/icon.icns
Binary file not shown.
Binary file modified assets/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ let tray: Tray | null = null;
const createTray = () => {
const icon = getAssetPath('IndigoLogoSmall1.png')
const trayicon = nativeImage.createFromPath(icon)
tray = new Tray(trayicon.resize({width: 50}))
tray = new Tray(trayicon.resize({width: 16}))
const contextMenu = Menu.buildFromTemplate([
{
label: 'Show App',
Expand Down

0 comments on commit 768ad09

Please sign in to comment.