mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 07:29:53 +08:00
Change default value of DrawableLoungeRoom.matchingFilter so they display by default
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user