mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Use ImGui.Text over ImGui.TextUnformatted
This commit is contained in:
parent
f2aa4bd051
commit
a60ee3a2d4
110 changed files with 632 additions and 632 deletions
|
|
@ -19,7 +19,7 @@ internal class AetheryteListSelfTestStep : ISelfTestStep
|
|||
{
|
||||
var list = Service<AetheryteList>.Get();
|
||||
|
||||
ImGui.TextUnformatted("Checking aetheryte list..."u8);
|
||||
ImGui.Text("Checking aetheryte list..."u8);
|
||||
|
||||
if (this.index == list.Length - 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue