mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00: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