You are now able to specify the icon that is shown in the top left hand corner of the window, and also the icon that is shown in the application tray. These are the same icon.
Starting with some sample icons:
You can specify either one or several icons in a list using the IconList
property of the Display
section, like so:
[Display] IconList = Icon32x32.png # Icon48x48.png # Icon64x64.png
The most suitable icon will be chosen automatically, based on size.
When running the application you get the following result:
The usual formats are supported: png
, bmp
, tga
, jpg
and webp
. ico
format is not supported here.