mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Trim whitespace
This commit is contained in:
parent
a48ccb5603
commit
4b7ffd09d9
@ -61,7 +61,7 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
private void currentChatChanged(ChatBase chatBase)
|
||||
{
|
||||
if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel))
|
||||
if (chatBase is ChannelChat channel && !JoinedChannels.Contains(channel))
|
||||
JoinedChannels.Add(channel);
|
||||
}
|
||||
|
||||
|
@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Chat
|
||||
private readonly Box backgroundBox;
|
||||
private readonly OsuSpriteText username;
|
||||
private readonly ChatTabItemCloseButton closeButton;
|
||||
|
||||
|
||||
public UserChatTabItem(UserChat value)
|
||||
: base(value)
|
||||
{
|
||||
|
@ -220,7 +220,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
chatManager.CurrentChat.Value = newChannel;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
break;
|
||||
case NotifyCollectionChangedAction.Remove:
|
||||
|
Loading…
Reference in New Issue
Block a user