Closed JohntheFish closed 3 years ago
@JohntheFish I can merge this, but I don't have an environment to test it. Did someone else test this? Are you certain this only improves things?
It worked for me, but it would be best to have an independant test. My main motivation was preventing an error rather than using the functionality, so I have not tested particularly thoroughly beyond that.
There are others doing a lot more with legacy code than I am, so perhaps leave it for a few weeks and see if someone else can confirm with an independant test.
Okay, I'll leave it open till I get some feedback.
My PC is a few thousand kilometers away from me ATM, but I don't see any reason why this change could break something: https://3v4l.org/70OuQ
Okay, since there's nothing else in the loop this should be good to be merged. Thanks @mlocati and please go and enjoy the view from Faros Taverna now 😄
The continue statements within a switch throw warnings that prevent custom styles from being used. In this context a break statement achieves the same purpose.