mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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 };
|
public IEnumerable<string> FilterTerms => new[] { Room.Name.Value };
|
||||||
|
|
||||||
private bool matchingFilter;
|
private bool matchingFilter = true;
|
||||||
|
|
||||||
public bool MatchingFilter
|
public bool MatchingFilter
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user