BACKGROUNDIMAGE clearing all other images when not set to 'all'

Trying to set different opacity on the toolbar image using the new BACKGROUNDIMAGE command and it is clearing all other images on the other lister elements.

to reproduce try the following

Set BACKGROUNDIMAGE filedisplay:"image.png" BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:35

Set BACKGROUNDIMAGE toolbars:"image.png" BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:85

It's because the keyword it's looking for is toolbar, not toolbars, so it's not being recognised - meaning the default ("filedisplay") is being used instead. We'll fix this in the next update - for the moment, if you change your function to toolbar it should work.

1 Like

That works, all that needs changing is the documentation.