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 9eb7a8e commit 04414ee
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Binary file modified src/assets/fail_icon.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 modified src/assets/fail_icon_big.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 modified src/assets/favicon.icns
Binary file not shown.
Binary file modified src/assets/favicon.ico
Binary file not shown.
Binary file modified src/assets/icon.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 modified src/assets/installer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/na_icon.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 modified src/assets/na_icon_big.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 modified src/assets/ok_icon.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 modified src/assets/ok_icon_big.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 modified src/assets/running_icon.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 modified src/assets/running_icon_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/TrayMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class TrayMenu {

public updateTrayImage(state: State) {
const image = nativeImage.createFromPath(this.getIconForState(state));
image.setTemplateImage(true);
this.tray.setImage(image);
}

Expand All @@ -59,6 +58,7 @@ export class TrayMenu {
}

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

Expand Down

0 comments on commit 04414ee

Please sign in to comment.