UseCustomImage for aboutpage
-
When using AboutPagePanel in a floating tile, the parameter UseCustomImage is set to false.
The documentation just says "Set a image path to display an image on the AboutPagePanel" but doesn't give an example.
How do i format that to get the image to show up? -
@pcs800 The documentation isn't clear so I had a look in the source code. What you need to do is add the background image you want to your project's Images folder and make sure the image name is
"about.png"
.For the floating tile set
UseCustomImage
totrue
and it will automatically use the image.I've updated the docs in this PR