diff --git a/MareSynchronos/UI/Components/DrawGroupPair.cs b/MareSynchronos/UI/Components/DrawGroupPair.cs index 808598b..90d2dc3 100644 --- a/MareSynchronos/UI/Components/DrawGroupPair.cs +++ b/MareSynchronos/UI/Components/DrawGroupPair.cs @@ -269,6 +269,12 @@ public class DrawGroupPair : DrawPairBase ImGui.Separator(); if (!_pair.IsPaused) { + if (UiSharedService.IconTextButton(FontAwesomeIcon.User, "Open Profile")) + { + _displayHandler.OpenProfile(_pair); + ImGui.CloseCurrentPopup(); + } + UiSharedService.AttachToolTip("Opens the profile for this user in a new window"); if (UiSharedService.IconTextButton(FontAwesomeIcon.ExclamationTriangle, "Report Mare Profile")) { ImGui.CloseCurrentPopup();