Multiple aesthetic changes with the profile editor ui and connection error on duplicate UIDs. #2

Merged
Eauldane merged 5 commits from ProfessorFartsalot/SnowcloakClient:main into main 2025-09-02 02:09:39 +00:00
Showing only changes of commit 15898d54c2 - Show all commits

View File

@@ -387,7 +387,7 @@ public class CompactUi : WindowMediatorSubscriberBase
{
ImGui.SetCursorPosX((ImGui.GetWindowContentRegionMin().X + UiSharedService.GetWindowContentRegionWidth()) / 2 - (userSize.X + textSize.X) / 2 - ImGui.GetStyle().ItemSpacing.X / 2);
if (!printShard) ImGui.AlignTextToFramePadding();
ImGui.TextColored(ImGuiColors.ParsedGreen, userCount);
ImGui.TextColored(new Vector4(0.675f, 0.985f, 1f, 1f), userCount);
ImGui.SameLine();
if (!printShard) ImGui.AlignTextToFramePadding();
ImGui.TextUnformatted("Users Online");