mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Tab character
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
public string[] FilterTerms => new[] { Channel.Name };
|
public string[] FilterTerms => new[] { Channel.Name };
|
||||||
public bool MatchingCurrentFilter
|
public bool MatchingCurrentFilter
|
||||||
{
|
{
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
FadeTo(value ? 1f : 0f, 100);
|
FadeTo(value ? 1f : 0f, 100);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user