-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Make it easier for downstream to modify settings #1428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
I just realised this isn't going to work with Putting this on hold for now. |
So #1477 is now up, so we just need to wait for that. |
Bump because this would be very useful and #1477 is now merged |
It's still on my todo, but I'm unsure when I'll have time to finish this. |
Makes sure everything behaves the same way, even if there is no visible UI for a settings.
Makes it easier to see how things are connected.
951795c
to
3bef61e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great, this is a nice improvement!
I tested both setting stuff in vnc.html and in the defaults.json/mandatory.json, things work as expected as long as you clear the web storage inbetween, or use a private-browsing tab.
Expose a simple and stable API to override default settings, and force settings that users shouldn't be able to change.
Make it even easier to customize things by loading the settings from separate configuration files.
Hmm... It looks like the tests are broken on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Hmm... It looks like the tests are broken on
master
. Something with the new H.264 code. Open a new issue and ping the author(s) of that code?
I'll open a new issue.
Expose a simple and stable API to override default settings, and force settings that users shouldn't be able to change.
Fixes #1159.