EssentialGG / Vigilance

Configuration Utility using Elementa
GNU Lesser General Public License v3.0
54 stars 12 forks source link

[EM-1134] Fix dependent order breaking on dependency value change #72

Closed BlackBeltPanda closed 1 year ago

BlackBeltPanda commented 1 year ago

Dependents can appear in the wrong order when unhidden. To fix that, this PR re-sorts the settings based on their initial order when a dependency's value is changed.

Fixes EM-1134