Switch to TextUnformatted()

Plus other noodling with GUI business.

I considered adding some of the helper features I use here to `ImGuiComponents`, but it would have quickly started expanding into a separate project of its own, and I didn't really want to entangle that with this PR right now.
This commit is contained in:
ItsBexy 2024-10-24 16:37:04 -06:00
parent 552aafd70d
commit 8fc93c4c52
11 changed files with 116 additions and 103 deletions

View file

@ -114,7 +114,7 @@ public unsafe partial class AddonTree : IDisposable
var isVisible = addon->IsVisible;
ImGui.Text($"{this.AddonName}");
ImGui.TextUnformatted($"{this.AddonName}");
ImGui.SameLine();
ImGui.SameLine();