mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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:
@ -75,5 +75,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
|
||||
Content.CornerRadius = 5;
|
||||
}
|
||||
|
||||
public override IEnumerable<string> FilterTerms => Enumerable.Empty<string>();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user