mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +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
|
|
@ -187,7 +187,7 @@ public class Penumbra : IDalamudPlugin
|
|||
{
|
||||
if( it is Item )
|
||||
{
|
||||
ImGui.Text( "Left Click to create an item link in chat." );
|
||||
ImGui.TextUnformatted( "Left Click to create an item link in chat." );
|
||||
}
|
||||
};
|
||||
Api.ChangedItemClicked += ( button, it ) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue