mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 17:57:21 +08:00
rename user to private
This commit is contained in:
parent
e769c15d28
commit
9bc225e14b
@ -248,7 +248,7 @@ namespace osu.Game.Overlays.Chat
|
||||
private void load(UserProfileOverlay profile, ChannelManager chatManager)
|
||||
{
|
||||
Action = () => profile?.ShowUser(sender);
|
||||
startChatAction = () => chatManager?.OpenUserChannel(sender);
|
||||
startChatAction = () => chatManager?.OpenPrivateChannel(sender);
|
||||
}
|
||||
|
||||
public MenuItem[] ContextMenuItems => new MenuItem[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user