mirror of
https://github.com/ppy/osu
synced 2025-01-22 05:43:14 +00:00
Add comment explaining the purpose of the empty FilterTerms
This commit is contained in:
parent
d55836c0b2
commit
3e403cfe03
@ -76,6 +76,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
Content.CornerRadius = 5;
|
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>();
|
public override IEnumerable<string> FilterTerms => Enumerable.Empty<string>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user