Page 1 of 1
icon position
Posted: Sun Nov 06, 2022 8:59 am
by micronemo
I would like to know in which folder the various .png files for the icons of the various supported devices are placed so that I can add custom images
thanks
Re: icon position
Posted: Sun Nov 06, 2022 9:45 pm
by rhayy
Hello,
They are all collected in ums.jar. Unless, you plan to build the software yourself (or decompile/recompile), you can not add your custom image with the predefined ones.
But you can probably set the RendererIcon parameter in your renderer configuration file with the absolute path leading to the image.
Let us know if it works.
Re: icon position
Posted: Mon Nov 07, 2022 12:10 pm
by mik_s
You can use your own images in your conf and are not limited the the icons in the jar file.
I can't exactly remember if they need to be in a specific folder or not or if you just need to put the full path to the file in the conf but have seen others do this.