We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for nested settings for example in my plugin the settings are
fps: { 1: 15, 2: 30, 3: 60, }, resolution: { 1: 480, 2: 720, 3: 1080, }, smoothVideo: { resolution: 720, fps: 60, }, betterReadability: { resolution: 0, fps: 60, },
and i cant use util.useSettings with this because it want the setting to be direct instead of nested object
for cleaner settings it would be nice
No response
The text was updated successfully, but these errors were encountered:
yofukashino
Successfully merging a pull request may close this issue.
Describe the feature request
support for nested settings for example in my plugin the settings are
and i cant use util.useSettings with this because it want the setting to be direct instead of nested object
Why should this be added?
for cleaner settings it would be nice
Additional information
No response
Please confirm the following
The text was updated successfully, but these errors were encountered: