add open profile to syncshells

This commit is contained in:
rootdarkarchon
2023-03-22 18:59:58 +01:00
parent a4d82a7c6a
commit 19b1b7b286

View File

@@ -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();