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
parent 1be96b4292
commit d55836c0b2

View File

@ -75,5 +75,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
Content.CornerRadius = 5;
}
public override IEnumerable<string> FilterTerms => Enumerable.Empty<string>();
}
}