13.7.1
mentioned in this post GO FOLDERCONTENT embedded function bug - Help & Support - Directory Opus Resource Centre (dopus.com).
Putting as seperate issue.
None of my BACKGROUNDIMAGE
buttons are working anymore nor the user command which is basically the same as the buttons
@set image = "D:\Pictures\image.png"
Set BACKGROUNDIMAGE filedisplay:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:35
Set BACKGROUNDIMAGE tabs:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:35
Set BACKGROUNDIMAGE tree:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:25
Set BACKGROUNDIMAGE metapane:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:25
Set BACKGROUNDIMAGE status:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:20
Set BACKGROUNDIMAGE toolbar:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:20
Set BACKGROUNDIMAGE viewerpane:{$image} BACKGROUNDIMAGEOPTS=aspectfill,shared,opacity:25
seems the toolbar and filedisplay are not being set, the other items are.