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
{