Skip to content

Commit

Permalink
chore: rebrand app
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 3, 2024
1 parent 04414ee commit 610387b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/TrayMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export class TrayMenu {
}

private getIconForState(state: State) {
console.log(this.statusToImagePathMap[state.status]);
return this.statusToImagePathMap[state.status];
}

Expand Down

0 comments on commit 610387b

Please sign in to comment.