1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 19:41:18 +08:00

Tab character

This commit is contained in:
DrabWeb
2017-05-26 04:02:04 -03:00
Unverified
parent 4c551270e9
commit ae96ef08f7
+1 -1
View File
@@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Chat
public string[] FilterTerms => new[] { Channel.Name };
public bool MatchingCurrentFilter
{
set
set
{
FadeTo(value ? 1f : 0f, 100);
}