Add comment explaining the purpose of the empty FilterTerms

This commit is contained in:
Susko3 2021-10-02 19:16:46 +02:00
parent d55836c0b2
commit 3e403cfe03

View File

@ -76,6 +76,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
Content.CornerRadius = 5;
}
// Empty FilterTerms so that the ResetButton is visible only when the whole subsection is visible.
public override IEnumerable<string> FilterTerms => Enumerable.Empty<string>();
}
}