mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Changed type of IHasFilterTerms.FilterTerms according to framework update
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Settings
|
||||
public abstract string Header { get; }
|
||||
|
||||
public IEnumerable<IFilterable> FilterableChildren => Children.OfType<IFilterable>();
|
||||
public string[] FilterTerms => new[] { Header };
|
||||
public IEnumerable<string> FilterTerms => new[] { Header };
|
||||
|
||||
private const int header_size = 26;
|
||||
private const int header_margin = 25;
|
||||
|
Reference in New Issue
Block a user