Fixed UID not being copied, Removed UIRefreshcall on BroadcastUI and replaced with internal calls while loading or selecting.

This commit is contained in:
CakeAndBanana
2025-10-05 12:57:10 +02:00
parent e75dd86fdb
commit 4ca3b6da48
2 changed files with 4 additions and 4 deletions

View File

@@ -671,7 +671,7 @@ public class CompactUi : WindowMediatorSubscriberBase
UiSharedService.AttachToolTip("Click to copy");
if (uidFooterClicked)
{
_lightlessMediator.Publish(new UiToggleMessage(typeof(DataAnalysisUi)));
ImGui.SetClipboardText(_apiController.UID);
}
}
}