forked from liza/ARControl
Replace overlay icon
This commit is contained in:
parent
fbba9244a6
commit
2f65d7c951
@ -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.";
|
||||||
|
Loading…
Reference in New Issue
Block a user