
Better multi-dependency support for Config GUI options
The-Fireplace opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
As a developer, it is limiting to have multiple dependencies forced to be an AND condition. Ideally, I want to have conditions like (A = ? and B = ?) or (C = ?)
Describe the solution you'd like
Create new addDependency functions that take multiple lists of options as parameters. One function to take AND between settings within a group and OR between groups, and another function that does OR between settings within a group and AND between groups.