mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +08:00
Fix MatchingFilter
being false by default
This commit is contained in:
parent
4c7c611218
commit
7be2596312
@ -100,7 +100,7 @@ namespace osu.Game.Overlays.Settings
|
|||||||
|
|
||||||
public IEnumerable<string> Keywords { get; set; }
|
public IEnumerable<string> Keywords { get; set; }
|
||||||
|
|
||||||
private bool matchingFilter;
|
private bool matchingFilter = true;
|
||||||
|
|
||||||
public bool MatchingFilter
|
public bool MatchingFilter
|
||||||
{
|
{
|
||||||
|
@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Settings
|
|||||||
private const int header_size = 24;
|
private const int header_size = 24;
|
||||||
private const int border_size = 4;
|
private const int border_size = 4;
|
||||||
|
|
||||||
private bool matchingFilter;
|
private bool matchingFilter = true;
|
||||||
|
|
||||||
public bool MatchingFilter
|
public bool MatchingFilter
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user