Rename {Requires -> Pending}Configuration

This commit is contained in:
Bartłomiej Dach
2022-08-16 22:42:30 +02:00
parent 6bfdfeb153
commit 3109066e34
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Mods
/// 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; }
public bool PendingConfiguration { get; set; }
/// <summary>
/// Whether the mod is currently filtered out due to not matching imposed criteria.