mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Change ImGui.Text to ImGui.TextUnformatted.
This commit is contained in:
parent
5e46f43d7d
commit
f24ec8ebe2
14 changed files with 79 additions and 69 deletions
|
|
@ -174,7 +174,7 @@ public partial class ConfigWindow
|
|||
}
|
||||
else
|
||||
{
|
||||
ImGui.Text( group.Name );
|
||||
ImGui.TextUnformatted( group.Name );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue