I have a button that changes color with a click and returns a bool, for example by default color red and true and with a click color black and false, if it stays in position black-false and I do an F5 it returns me to the position red-true.
How can I make it stay black-false?

Comment