Only open mod customisation panel on explicit selection of single mod

This commit is contained in:
Bartłomiej Dach
2022-08-15 19:40:05 +02:00
parent f0ad31b650
commit 10daac6752
3 changed files with 33 additions and 9 deletions

View File

@ -24,6 +24,13 @@ namespace osu.Game.Overlays.Mods
/// </summary>
public BindableBool Active { get; } = new BindableBool();
/// <summary>
/// Whether the mod requires further customisation.
/// This flag is read by the <see cref="ModSelectOverlay"/> to determine if the customisation panel should be opened after a mod change
/// and cleared after reading.
/// </summary>
public bool RequiresConfiguration { get; set; }
/// <summary>
/// Whether the mod is currently filtered out due to not matching imposed criteria.
/// </summary>