2.0.3 #123

Merged
defnotken merged 122 commits from 2.0.3 into master 2026-01-20 19:43:01 +00:00
Showing only changes of commit a4d62af73d - Show all commits

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));