Making an overlay app with a separate window for changing options (primarily for API stuff, but I'm not there yet.)
I'm trying to add 2 buttons to the panel. One to close the program and another to hide the option window.
I already know the code to hide and kill processes, but the issue is that for whatever reason the buttons are considered pressed at all times despite not being pressed. The print functions were there to debug but they didn't do much to help.
The code and nodetree is in the image.
If anyone knows what is causing this then I'd really appreciate your help.