1
0
Fork 0

Replace overlay icon

master
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; return;
ImGui.SameLine(); ImGui.SameLine();
ImGui.PushFont(UiBuilder.IconFont); ImGui.Text(SeIconChar.Collectible.ToIconString());
ImGui.Text(FontAwesomeIcon.Book.ToIconString());
ImGui.PopFont();
if (ImGui.IsItemHovered()) if (ImGui.IsItemHovered())
{ {
string text = "This retainer is managed by ARC."; string text = "This retainer is managed by ARC.";