mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add notes about weird local handling in ChannelListSelector
This commit is contained in:
@ -73,6 +73,8 @@ namespace osu.Game.Overlays.Chat.ChannelList
|
||||
|
||||
currentChannel.BindValueChanged(channel =>
|
||||
{
|
||||
// This logic should be handled by the chat overlay rather than this component.
|
||||
// Selected state should be moved to an abstract class and shared with ChannelListItem.
|
||||
if (channel.NewValue == null)
|
||||
{
|
||||
text.FadeColour(colourProvider.Content1, 300, Easing.OutQuint);
|
||||
|
Reference in New Issue
Block a user