mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
remove reporting
This commit is contained in:
parent
bfafcad8e8
commit
b2f195a15a
5 changed files with 0 additions and 81 deletions
|
|
@ -151,18 +151,6 @@ public class DrawUserPair
|
|||
_ = _apiController.UserSetPairPermissions(new UserPermissionsDto(_pair.UserData, permissions));
|
||||
}
|
||||
UiSharedService.AttachToolTip("Changes VFX sync permissions with this user." + (individual ? individualText : string.Empty));
|
||||
|
||||
if (!_pair.IsPaused)
|
||||
{
|
||||
ImGui.Separator();
|
||||
ImGui.TextUnformatted("Pair reporting");
|
||||
if (_uiSharedService.IconTextButton(FontAwesomeIcon.ExclamationTriangle, "Report Mare Profile", _menuWidth, true))
|
||||
{
|
||||
ImGui.CloseCurrentPopup();
|
||||
_mediator.Publish(new OpenReportPopupMessage(_pair));
|
||||
}
|
||||
UiSharedService.AttachToolTip("Report this users Mare Profile to the administrative team.");
|
||||
}
|
||||
}
|
||||
|
||||
private void DrawIndividualMenu()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue