1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Change default value of DrawableLoungeRoom.matchingFilter so they display by default

This commit is contained in:
Dean Herbert 2021-10-19 14:50:19 +09:00
parent f7ec135b9b
commit d35fe5493a

View File

@ -103,7 +103,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
public IEnumerable<string> FilterTerms => new[] { Room.Name.Value };
private bool matchingFilter;
private bool matchingFilter = true;
public bool MatchingFilter
{