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