Skip to content

Commit

Permalink
Fix OSX Tray icon
Browse files Browse the repository at this point in the history
Closes ipfs#4
  • Loading branch information
bcomnes committed Jun 5, 2015
1 parent 61c25a1 commit 5a79c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ app.on('ready', function () {

openWindow(ipfs)

mainTray = new Tray(LOGO)
mainTray = new Tray(TRAY_ICON)
mainTray.setToolTip('IPFS')
mainTray.setContextMenu(menu.buildFromTemplate([
{ label: 'Open',
Expand Down

0 comments on commit 5a79c25

Please sign in to comment.