-
Notifications
You must be signed in to change notification settings - Fork 64
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
Disabled Creation of Multiple Loadouts for α Release #1416
Conversation
Oh gosh, I'm going to be pedantic on this again. Didn't @Pickysaurus mention we wanted "Unsupported" not "Experimental"? Or was I not listening? |
The response was to the question 'What to name the setting to enable all games'. Which is called Because we don't have setting categories currently, I prepended text to the dangerous ones. I could make it so it says |
src/NexusMods.App.UI/Controls/GameWidget/IGameWidgetViewModel.cs
Outdated
Show resolved
Hide resolved
src/NexusMods.App.UI/Controls/GameWidget/GameWidgetViewModel.cs
Outdated
Show resolved
Hide resolved
src/NexusMods.App.UI/Controls/GameWidget/GameWidgetViewModel.cs
Outdated
Show resolved
Hide resolved
src/NexusMods.App.UI/Controls/GameWidget/GameWidgetViewModel.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: erri120 <[email protected]>
fixes #1389
This disables the creation of more than 1 loadout for the α Release.
The pill has been modified so the
View
button stretches to the size of the remaining space.Post first α release, we can make the setting visible in Release builds.
(Currently this setting is Debug only and does not ship to users)
The pill with
Add
button restored.Outside of that, unsupported games have been hidden from Release builds by default and the features have very clearly been marked as
Experimental
since we don't yet have visible Settings categories.I also renamed the
manage-game
CLI command, since it was inaccurate with what it did given the recent changes. Somehow that slipped past review.