Change ImGui.Text to ImGui.TextUnformatted.

This commit is contained in:
Ottermandias 2022-04-30 18:54:17 +02:00
parent 5e46f43d7d
commit f24ec8ebe2
14 changed files with 79 additions and 69 deletions

View file

@ -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 ) =>