-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add profile editor gui #414
Conversation
I am testing this out. Some notes: Please make the drop down boxes ignore the scroll wheel. You can reuse what I did in the config tab: Line 206 in d890d4a
Please add a reset button to reset back to the values in the file, if that is not too difficult. Otherwise I think this is a great starter point, I already used it on some of my profiles. The set all * buttons are great. |
…ing back… (d4lfteam#412)" This reverts commit d890d4a.
|
This is looking good, I'm going to make some small tweaks to it in the main branch and make a release |
There are a lot of formatting changes needed. We use a tool called ruff for that. For future development, please install ruff: https://github.com/astral-sh/ruff I have it set up in Intellij IDEA to run every time I save a file, which happens automatically all the time. I don't know what IDE you use but I bet you can do the same. For now, I'm fixing these issues myself in this pr: #423 |
This was now merged and I'll make a release soon. I'll be closing this PR. Good work! |
I added a simple profile editor in the GUI as a new tab: