removed useless addon on display name

This commit is contained in:
cake
2025-11-21 04:11:39 +01:00
parent d13c57345c
commit 6dfac79f5a

View File

@@ -275,7 +275,7 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase
? shell.Group.Alias ? shell.Group.Alias
: shell.Group.GID; : shell.Group.GID;
_uiSharedService.MediumText(displayName + "(200/250)", UIColors.Get("PairBlue")); _uiSharedService.MediumText(displayName, UIColors.Get("PairBlue"));
UiSharedService.ColoredSeparator(UIColors.Get("PairBlue")); UiSharedService.ColoredSeparator(UIColors.Get("PairBlue"));
ImGui.TextColored(ImGuiColors.DalamudGrey, "Broadcaster"); ImGui.TextColored(ImGuiColors.DalamudGrey, "Broadcaster");