Skip to content

Commit

Permalink
More helpful logging #14
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Sep 22, 2017
1 parent df761d6 commit fb73b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ async function launch() {
}

function updateTrayIcon() {
console.log("Updating tray icon, connected: ", gbs.connected);
let path = gbs.connected ? 'public/logo.png' : 'public/logo-grey.png';
gbs.tray.setImage(path);
}
Expand Down

0 comments on commit fb73b16

Please # to comment.