1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 05:27:18 +08:00

rename user to private

This commit is contained in:
miterosan 2018-07-24 05:14:47 +02:00
parent e769c15d28
commit 9bc225e14b

View File

@ -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[]