mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 12:12:56 +08:00
Add space after username mention
This commit is contained in:
parent
254c881ded
commit
dfea42fd16
@ -165,7 +165,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
{
|
{
|
||||||
items.Add(new OsuMenuItem(ChatStrings.MentionUser, MenuItemType.Standard, () =>
|
items.Add(new OsuMenuItem(ChatStrings.MentionUser, MenuItemType.Standard, () =>
|
||||||
{
|
{
|
||||||
currentChannel.Value.TextBoxMessage.Value += $"@{user.Username}";
|
currentChannel.Value.TextBoxMessage.Value += $"@{user.Username} ";
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user