Skip to content

Commit

Permalink
fix(main): tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Feb 5, 2020
1 parent c1b2e2c commit b00d41e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const winURL =
: `file://${__dirname}/index.html#tray`

function createTray () {
tray = new Tray(path.join(__static, '/tray.png'))
tray = new Tray(path.join(__static, '/trayTemplate.png'))

tray.on('click', () => {
showTray()
Expand Down
Binary file removed static/tray.png
Binary file not shown.
Binary file removed static/tray@2x.png
Binary file not shown.
Binary file added static/trayTemplate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/trayTemplate@2x.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 b00d41e

Please sign in to comment.