Replace overlay icon

pull/3/head
Liza 2023-10-11 10:42:20 +02:00
parent fbba9244a6
commit 2f65d7c951
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 3 deletions

View File

@ -316,9 +316,7 @@ public sealed partial class AutoRetainerControlPlugin : IDalamudPlugin
return;
ImGui.SameLine();
ImGui.PushFont(UiBuilder.IconFont);
ImGui.Text(FontAwesomeIcon.Book.ToIconString());
ImGui.PopFont();
ImGui.Text(SeIconChar.Collectible.ToIconString());
if (ImGui.IsItemHovered())
{
string text = "This retainer is managed by ARC.";