No @Kovah you’re wrong, in the settings if it’s enable it’s setup to save as 0 or 1 (for every test mode)
cf :
So you check if the value is “on” then set it to true otherwise false but as it’s never “on” in the DB then it never enters in the statement and there is a mistake (that’s why the statement by @dmillermfals to change the value in the DB works because the check is made for “on” to be true) .
So two solutions are possible
1 - change the “on” in “1” to check correctly (which is for me the best solution and in my opinion the one I will do in a PR)
2 - change the 1 to “on” in the settings form (but need to adapt, controllers … which is for me a bit longer)
Up to you
Regards,