muffin v6.30

This commit is contained in:
alydev 2025-10-22 13:06:52 +10:00
parent 5885c72e0f
commit 9003b9c19d
4 changed files with 107 additions and 6 deletions

View file

@ -145,6 +145,8 @@ internal sealed class QuestJournalComponent
}
QuestJournalUtils.ShowFilterContextMenu(this);
ImGui.SameLine();
_questJournalUtils.AddAllAvailableQuests();
ImGui.SameLine();
if (ImGuiComponents.IconButton(FontAwesomeIcon.GlobeEurope))
{
Util.OpenLink("https://wigglymuffin.github.io/FFXIV-Tools/");