mirror of
https://github.com/ppy/osu
synced 2025-01-22 05:43:14 +00:00
Make ResetButton
no longer part of search filtering
The button will now appear if and only if all the bindings in its section are visible (not filtered out by the search)
This commit is contained in:
parent
1be96b4292
commit
d55836c0b2
@ -75,5 +75,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
|
||||
Content.CornerRadius = 5;
|
||||
}
|
||||
|
||||
public override IEnumerable<string> FilterTerms => Enumerable.Empty<string>();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user