Change teleport indicator icon
authorLiza Carvelli <liza@carvel.li>
Sat, 24 Aug 2024 15:40:05 +0000 (17:40 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 24 Aug 2024 15:40:05 +0000 (17:40 +0200)
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs

index 318b1f80c4cd013b6beb8567eff73bed08e0b6e5..646d9e874c1ba1d4c59bbed3643fe78120f2e4c1 100644 (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());
                 }
             }