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:
parent
f7ec135b9b
commit
d35fe5493a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user