From: Liza Carvelli Date: Sat, 24 Aug 2024 15:40:05 +0000 (+0200) Subject: Change teleport indicator icon X-Git-Tag: v2.16~24 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=a1988cc9c789297141a8e2fb1d86be2beaedf3e7;p=Questionable.git Change teleport indicator icon --- diff --git a/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs b/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs index 318b1f80..646d9e87 100644 --- a/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs +++ b/Questionable/Windows/QuestComponents/ActiveQuestComponent.cs @@ -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()); } }