Skip to content

Commit

Permalink
fix(rust): resize icons png files to 24x24 so they don't look blurry …
Browse files Browse the repository at this point in the history
…on `MacOS`
  • Loading branch information
adrianbenavides authored and etorreborre committed Sep 18, 2023
1 parent ff4a3a3 commit 4819e08
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions implementations/rust/ockam/ockam_app/icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Icon size for tray menu

In MacOS, the icons used in the tray menu items must have a size of 24x24 pixels. Otherwise, the icon will look blurry.
Binary file modified implementations/rust/ockam/ockam_app/icons/arrow-repeat.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 implementations/rust/ockam/ockam_app/icons/box-arrow-in-right.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 implementations/rust/ockam/ockam_app/icons/check-lg.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 implementations/rust/ockam/ockam_app/icons/clipboard2.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 implementations/rust/ockam/ockam_app/icons/envelope-plus.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 implementations/rust/ockam/ockam_app/icons/envelope.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 implementations/rust/ockam/ockam_app/icons/file-earmark-text.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 implementations/rust/ockam/ockam_app/icons/person.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 implementations/rust/ockam/ockam_app/icons/plus-circle.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 implementations/rust/ockam/ockam_app/icons/power.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 implementations/rust/ockam/ockam_app/icons/share-fill.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 implementations/rust/ockam/ockam_app/icons/trash3.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 implementations/rust/ockam/ockam_app/icons/x-lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions implementations/rust/ockam/ockam_app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"category": "DeveloperTool",
"identifier": "io.ockam.app",
"publisher": "Ockam",
"schemeAssociations": [
{
"scheme": ["ockam"],
"role": "Editor"
}
],
"externalBin": [],
"icon": [
"icons/32x32.png",
Expand Down

0 comments on commit 4819e08

Please sign in to comment.