Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR moves a lot of things around reordering the settings.
There are a few issues with the current organization:
With this change, I'm aiming to address those with these changes:
Game Defaults
section and the section is divided by subsections (Wine, Wine Extensions, Others). There's also a message at the top of this section indicating that these are defaults and changing them won't affect already installed gamesI have one more idea to add to this, a search box at the top of each setting section to filter settings (like the way chrome://config works).
Any feedback would be great. I know there might be some concerns about the Game Settings section being too long.
Some extra notes:
Run EXE on Prefix
button that was breaking the design a lot in the place it's now.WinePrefix
intoWinePrefix
andWinePrefixesBasePath
, it didn't make sense for these 2 settings to be in the same component, one is a game default and the other is a global setting)Video of how it looks and behaves currently:
settings.mp4
Use the following Checklist if you have changed something on the Backend or Frontend: