mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Remove the highlight from "Start Chat"
This commit is contained in:
parent
4b638db475
commit
66378d5847
@ -254,7 +254,7 @@ namespace osu.Game.Overlays.Chat
|
||||
public MenuItem[] ContextMenuItems => new MenuItem[]
|
||||
{
|
||||
new OsuMenuItem("View Profile", MenuItemType.Highlighted, Action),
|
||||
new OsuMenuItem("Start Chat", MenuItemType.Highlighted, startChatAction),
|
||||
new OsuMenuItem("Start Chat", MenuItemType.Standard, startChatAction),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user