Skip to content
New issue

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

Nested setting support #383

Open
2 tasks done
yofukashino opened this issue Feb 12, 2023 · 0 comments · May be fixed by #487
Open
2 tasks done

Nested setting support #383

yofukashino opened this issue Feb 12, 2023 · 0 comments · May be fixed by #487
Assignees
Labels
enhancement New feature or request

Comments

@yofukashino
Copy link
Contributor

yofukashino commented Feb 12, 2023

Describe the feature request

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

Why should this be added?

for cleaner settings it would be nice

Additional information

No response

Please confirm the following

  • This is a feature request for Replugged itself, not a feature request for a plugin or theme
  • I searched the issues to make sure this feature has not been requested before.
@yofukashino yofukashino added the enhancement New feature or request label Feb 12, 2023
@yofukashino yofukashino changed the title Nesed setting support Nested setting support Feb 28, 2023
This was referenced Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant