From 6dfac79f5a4feac0c587867bf606ae5e2fe18d1d Mon Sep 17 00:00:00 2001 From: cake Date: Fri, 21 Nov 2025 04:11:39 +0100 Subject: [PATCH] removed useless addon on display name --- LightlessSync/UI/SyncshellFinderUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/UI/SyncshellFinderUI.cs b/LightlessSync/UI/SyncshellFinderUI.cs index 0df5470..f0076d6 100644 --- a/LightlessSync/UI/SyncshellFinderUI.cs +++ b/LightlessSync/UI/SyncshellFinderUI.cs @@ -275,7 +275,7 @@ public class SyncshellFinderUI : WindowMediatorSubscriberBase ? shell.Group.Alias : shell.Group.GID; - _uiSharedService.MediumText(displayName + "(200/250)", UIColors.Get("PairBlue")); + _uiSharedService.MediumText(displayName, UIColors.Get("PairBlue")); UiSharedService.ColoredSeparator(UIColors.Get("PairBlue")); ImGui.TextColored(ImGuiColors.DalamudGrey, "Broadcaster");