1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 03:47:04 +08: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:
Susko3
2021-10-02 15:10:30 +02:00
Unverified
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>();
}
}