mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Cleanup
This commit is contained in:
@ -29,10 +29,10 @@ namespace osu.Game.Overlays.Chat
|
||||
private Color4? topicColour;
|
||||
|
||||
public string[] FilterTerms => new[] { Channel.Name };
|
||||
public bool MatchingCurrentFilter
|
||||
{
|
||||
public bool MatchingCurrentFilter
|
||||
{
|
||||
set
|
||||
{
|
||||
{
|
||||
FadeTo(value ? 1f : 0f, 100);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user