[VE] Fix Frames/Output folders not saving from config menu #152
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/HSPlugins!152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ve-config-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes https://github.com/IllusionMods/HSPlugins/issues/150.
I think this issue has been there for a very long time. In fact, almost the entire config is not bound properly using
ConfigEntry<>.It exposes many internal values (e.g. indexes) that should stay hidden and not pollute the F1 menu. I'll review the entire config later when I find the time.
Plugins in this repo were all using some sort of abstraction layer for settings because of originally having IPA compatibility, so there's likely a lot more of this sort of issues. Removing the abstraction would be the easiest way to find code that is likely buggy.