mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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…
x
Reference in New Issue
Block a user