[UX] Allow setting the Disable UMU
default in General Settings > Game Defaults
#4378
+179
−9
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 adds the
Disable UMU
setting in thedefaults
in general settings so it can be configured for all new games added instead of disabling it manually for each game if the user doesn't want to use umu at all.This doesn't globally disable umu though, for games that are already installed it has to be manually disabled.
I also added some tests for the global config and game config to start adding tests for these things when we change defaults and that (it's not covering all settings and many cases, but it's a start)
Since it doesn't exactly disable UMU globally, it doesn't fully solve #4374, but I think it's good enough since the option to change the default value aligns more with how the other settings work.
Use the following Checklist if you have changed something on the Backend or Frontend: