2.0.0 #92
@@ -854,12 +854,12 @@ public class SyncshellAdminUI : WindowMediatorSubscriberBase
|
|||||||
|
|
||||||
var boolcolor = UiSharedService.GetBoolColor(pair.IsOnline);
|
var boolcolor = UiSharedService.GetBoolColor(pair.IsOnline);
|
||||||
UiSharedService.ColorText(text, boolcolor);
|
UiSharedService.ColorText(text, boolcolor);
|
||||||
|
|
||||||
if (ImGui.IsItemClicked())
|
if (ImGui.IsItemClicked())
|
||||||
ImGui.SetClipboardText(text);
|
ImGui.SetClipboardText(pair.UserData.AliasOrUID);
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(pair.PlayerName))
|
if (!string.IsNullOrEmpty(pair.PlayerName))
|
||||||
UiSharedService.AttachToolTip(pair.PlayerName);
|
UiSharedService.AttachToolTip(pair.PlayerName + $"{Environment.NewLine}Click to copy UID or Alias");
|
||||||
|
|
||||||
DrawUserActions(pair, GroupFullInfo, userInfo, isUserOwner, baselineY);
|
DrawUserActions(pair, GroupFullInfo, userInfo, isUserOwner, baselineY);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user