====== Application Icons ====== 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: {{tutorials:display:icon32x32.png|}} {{tutorials:display:icon48x48.png|}} {{tutorials:display:icon64x64.png|}} 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: {{ tutorials:display:application-icon.png |}} The usual formats are supported: ''png'', ''bmp'', ''tga'', ''jpg'' and ''webp''. ''ico'' format is not supported here.