Colour of button when pressed.
-
This might only concern @FXDREEMA, but maybe someone else can help. I find it really hard to see if a button is pressed or not. Is there no way to somehow light the button up when it's pressed or something like that? Maybe do something with the border?
Thanks.
-
@sirluk Condition button == 1, redraw the button with a different colour, opposite for off condition == 0, you'll see options in here:
-
@jstap thanks for the help!