Dark mode via LAF?
-
Hi all, I'm wondering if it's possible to switch colours for LAF components using a button - if so, not sure how I'd go about passing the buttons value within the LAF? Would I just use the inline function of the button inside LAF?
-
@paper_lung You can either check the button's value in the LAF function, or what I would probably do is change the color properties of the components from within the button's callback.