-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
some settings need to be exposed to the user for ideal functionality #550
Comments
Possibly related to this issue: |
I have the beginnings of a user preferences system done. Defined by a json file to make it easy to add etc. Needs a little UI work and there is a focus issue, but other that it's functional. Only set up to work with Boolean values (as that's what I was needing it for) but easy to add other types. Was going to add number, text and select as they were needed. I'll try get it finished off and a PR submitted. |
|
So the way this issue is written it will never get closed because you have so much going on in here. Can we break these up in separate issues? It would give you a chance to explain what they all do and why you think they're each important. And it would be nice to have a dedicated place to talk about each of these. Best way to implement them, relevant code etc. etc. |
in my mind this issue is just waiting on the settings menu to be implemented, and could just be closed and replaced with more specific issues afterwards, but I don't see the problem that you are describing. certainly it could be broken out into a discussion or series of discussions ("core", "MTLS", and "strm" could be useful subdivisions) but, really i see no reason why we can't just discuss it here and then close the issue when everything is either implemented or rejected. |
oh it looks like neil dropped his user settings menu in #583, quite a few weeks ago. |
At this point I don't even remember why I wanted to force dd+ passthrough, so I will probably nix that if I can't recall. Other than that, everything else is just waiting on #668 |
Describe the feature you'd like
a settings menu needs to be implemented somewhere that allows for certain program-wide settings to be set.
at issue for me at the moment:
but there will probably be others.
all input on where that menu should be or anything else it should include is welcome and appreciated.
The text was updated successfully, but these errors were encountered: