mirror of
https://github.com/ppy/osu
synced 2025-02-01 02:41:52 +00:00
CI fixes
This commit is contained in:
parent
ae96ef08f7
commit
38d0138978
@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Chat
|
||||
|
||||
public readonly FillFlowContainer<ChannelListItem> ChannelFlow;
|
||||
|
||||
public IEnumerable<IFilterable> FilterableChildren => ChannelFlow.Children.OfType<ChannelListItem>();
|
||||
public IEnumerable<IFilterable> FilterableChildren => ChannelFlow.Children;
|
||||
public string[] FilterTerms => new[] { Header };
|
||||
public bool MatchingCurrentFilter
|
||||
{
|
||||
|
@ -245,7 +245,7 @@ namespace osu.Game.Overlays
|
||||
addChannel(channels.Find(c => c.Name == @"#osu"));
|
||||
addChannel(channels.Find(c => c.Name == @"#lobby"));
|
||||
|
||||
channelSelection.OnRequestJoin = channel => addChannel(channel);
|
||||
channelSelection.OnRequestJoin = addChannel;
|
||||
channelSelection.Sections = new[]
|
||||
{
|
||||
new ChannelSection
|
||||
|
Loading…
Reference in New Issue
Block a user