Update with framework changes

This commit is contained in:
DrabWeb
2017-05-31 22:39:03 -03:00
parent e7bf1e02cb
commit 52d524a65e
3 changed files with 16 additions and 8 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Chat
private Color4 hoverColour;
public string[] FilterTerms => new[] { channel.Name };
public bool MatchingCurrentFilter
public bool MatchingFilter
{
set
{