Change teleport indicator icon
This commit is contained in:
parent
e4963af585
commit
a1988cc9c7
@ -157,9 +157,7 @@ internal sealed partial class ActiveQuestComponent
|
|||||||
if (_configuration.Advanced.AdditionalStatusInformation && _questController.IsInterruptible())
|
if (_configuration.Advanced.AdditionalStatusInformation && _questController.IsInterruptible())
|
||||||
{
|
{
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
ImGui.PushFont(UiBuilder.IconFont);
|
ImGui.TextColored(ImGuiColors.DalamudYellow, SeIconChar.Hyadelyn.ToIconString());
|
||||||
ImGui.TextColored(ImGuiColors.DalamudYellow, FontAwesomeIcon.Pause.ToIconString());
|
|
||||||
ImGui.PopFont();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user