mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix remaining issues
This commit is contained in:
@ -36,12 +36,10 @@ namespace osu.Game.Overlays.Chat.Selection
|
||||
private Color4 hoverColour;
|
||||
|
||||
public IEnumerable<string> FilterTerms => new[] { channel.Name };
|
||||
|
||||
public bool MatchingFilter
|
||||
{
|
||||
set
|
||||
{
|
||||
this.FadeTo(value ? 1f : 0f, 100);
|
||||
}
|
||||
set { this.FadeTo(value ? 1f : 0f, 100); }
|
||||
}
|
||||
|
||||
public Action<Channel> OnRequestJoin;
|
||||
|
Reference in New Issue
Block a user