Change teleport indicator icon

master
Liza 2024-08-24 17:40:05 +02:00
parent e4963af585
commit a1988cc9c7
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 3 deletions

View File

@ -157,9 +157,7 @@ internal sealed partial class ActiveQuestComponent
if (_configuration.Advanced.AdditionalStatusInformation && _questController.IsInterruptible())
{
ImGui.SameLine();
ImGui.PushFont(UiBuilder.IconFont);
ImGui.TextColored(ImGuiColors.DalamudYellow, FontAwesomeIcon.Pause.ToIconString());
ImGui.PopFont();
ImGui.TextColored(ImGuiColors.DalamudYellow, SeIconChar.Hyadelyn.ToIconString());
}
}