mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add comment explaining the purpose of the empty FilterTerms
This commit is contained in:
@ -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>();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user