Lightless Lightfinder redesign + stuff #127

Merged
choco merged 43 commits from 2.0.0-crashing-bugfixes into 2.0.3 2026-01-04 14:21:29 +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));