Hello. Is there a way to add a fifth button to the custom template? Looks like it uses cardinal points to set the icon positions, so maybe four is the limit?
Thanks!
It is hard-coded for north/east/sout/west so the limit is 4 and the button positioning isn't dynamic.
If someone wanted to replace how it works with some kind of splayed layout algorithm, that would probably be good, although part of the idea for the rewritten versions was to try and keep things fairly simple with a long term view to try and split the behaviour into modular components.
I see. Thanks!