DigitalSlideArchive/HistomicsUI

Settings color default buttons don't work correctly

manthey opened this issue · 1 comments

The "Default" buttons in the settings only reset the color to the value of the last load, not the system default. This is because the GET settings endpoint doesn't take a default parameter -- it looks like it did many years ago.

We may need a new mechanism to load settings defaults to work around this.

Fixed in #207.