Sparky983 / vision-gui

A minimal GUI API for Paper
http://vision.sparky983.me
MIT License
15 stars 0 forks source link

State Management #203

Open Sparky983 opened 5 months ago

Sparky983 commented 5 months ago

Manually updating button styles every time we update a value is hard. It also gives too many responsibilities to a single entity. It would be easier if we could call a single method and all the styles update accordingly.