1
0
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:
Salman Ahmed 2022-04-22 23:50:58 +03:00
parent 4c7c611218
commit 7be2596312
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ namespace osu.Game.Overlays.Settings
public IEnumerable<string> Keywords { get; set; }
private bool matchingFilter;
private bool matchingFilter = true;
public bool MatchingFilter
{

View File

@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Settings
private const int header_size = 24;
private const int border_size = 4;
private bool matchingFilter;
private bool matchingFilter = true;
public bool MatchingFilter
{