Skip to content

Commit

Permalink
remove icon mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Jul 24, 2018
1 parent fb6788b commit 0ad4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const statusBullet = {
offline: '\u001B[30m•\u001B[0m'
}

const _iconTray = path.join(__dirname, 'images', icons[process.platform].dir, icons[process.platform].icon0);
const _iconTray = path.join(__dirname, 'images', icons[process.platform].dir, "icon-tray-0.png");

function createAppTray () {
const _tray = new Tray(_iconTray);
Expand Down

0 comments on commit 0ad4fcc

Please sign in to comment.