gurpsdomain / GurpsyMcGurpsFace

A (not yet) fully functional webbrowser based Gurps Character Sheet Editor
https://gurpsdomain.github.io/GurpsyMcGurpsFace/
4 stars 0 forks source link

Make settings/config storage more uniform #15

Closed meronbrouwer closed 7 years ago

meronbrouwer commented 7 years ago

The settings/config component handles storing its content in two different ways. Some settings (e.g. server url) is stored in local storage onChange. Others (BookConfigurations) is stored when "Ok" is selected.

This should be rethought and made more uniform.

meronbrouwer commented 7 years ago

Fixed.