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

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Chat
public IEnumerable<IFilterable> FilterableChildren => ChannelFlow.Children;
public string[] FilterTerms => new[] { Header };
public bool MatchingCurrentFilter
public bool MatchingFilter
{
set
{