1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Remove duplicated xmldoc and move into relevant region

This commit is contained in:
Bartłomiej Dach 2023-06-18 13:59:02 +02:00
parent 1b4d7db1e6
commit a1015b4145
No known key found for this signature in database

View File

@ -72,13 +72,11 @@ namespace osu.Game.Overlays.Mods
Active.Value = false; Active.Value = false;
} }
/// <summary>
/// Whether the <see cref="ModPanel"/> is passing all filters and visible for user
/// </summary>
public bool Visible => modState.Visible;
#region Filtering support #region Filtering support
/// <seealso cref="ModState.Visible"/>
public bool Visible => modState.Visible;
public override IEnumerable<LocalisableString> FilterTerms => new[] public override IEnumerable<LocalisableString> FilterTerms => new[]
{ {
Mod.Name, Mod.Name,