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

@ -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
{