Style not being applied when open new lister

I have a button that opens a new lister with a given style.
As of v13 it looks like it no longer works.
Go CURRENT NEW=nodual,source
Prefs STYLE=Images

I added the Lister Styles to my top toolbar, and it shows the styles I have. When I click the button and the new lister opens, the correct style is highlighted in that top toolbar, however it hasn't actually applied the style. Instead it uses whatever was the last style applied to that folder.
If I reclick that style button then it is applied.

This pic shows the lister just opened. Its showing that 'Images' style is selected (but its not)


After clicking the 'Images' style, now the style is applied

That command still works in Opus 13 for me, for what it's worth.

If it doesn't work for you, try changing the command to this (adding the [ and ] lines around the 2nd command, so it explicitly targets the new window):

Go CURRENT NEW=nodual,source
[
Prefs STYLE=Images
]

You’re a star once again, the brackets fixed it.
Many thanks