lightfinder user text

This commit is contained in:
choco
2026-01-02 09:23:23 +01:00
parent 5fba3c01e7
commit a4d62af73d

View File

@@ -1108,7 +1108,7 @@ public class LightFinderUI : WindowMediatorSubscriberBase
ImGui.SetCursorPosX(startX);
_uiSharedService.IconText(FontAwesomeIcon.Wifi, UIColors.Get("LightlessBlue"));
ImGui.SameLine(0f, 4f * ImGuiHelpers.GlobalScale);
ImGui.TextColored(ImGuiColors.DalamudGrey, "Lightfinder sir ma'am or whatever");
ImGui.TextColored(ImGuiColors.DalamudGrey, "Lightfinder user");
}
ImGui.Dummy(new Vector2(0, 4 * ImGuiHelpers.GlobalScale));