docs: Recommend to use ICO icon
This commit is contained in:
parent
d26480b74e
commit
b33c04d041
3 changed files with 10 additions and 3 deletions
|
@ -25,7 +25,12 @@ const appIcon = new Tray(image);
|
|||
Currently `PNG` and `JPEG` image formats are supported. `PNG` is recommended
|
||||
because of its support for transparency and lossless compression.
|
||||
|
||||
On Windows, you can also load an `ICO` icon from a file path.
|
||||
On Windows, you can also load `ICO` icons from file paths, to get best visual
|
||||
effects it is recommended to include at least followings sizes in the icon:
|
||||
|
||||
* 16x16
|
||||
* 32x32
|
||||
* 256x256
|
||||
|
||||
## High Resolution Image
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue