mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 19:39:19 +01:00
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:
parent
552aafd70d
commit
8fc93c4c52
11 changed files with 116 additions and 103 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue