You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we make theme mutable after the controller is created? I am working on an editor with light/dark modes, and I need to switch them. It currently requires re-creating the controller which comes with a burden to dispose the old one etc.