Update tooltips

pull/2/head
Liza 2024-08-24 22:42:32 +02:00
parent a1988cc9c7
commit f4beceec05
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 5 additions and 1 deletions

View File

@ -142,7 +142,8 @@ internal sealed partial class ActiveQuestComponent
ImGui.SameLine(0);
if (ImGui.IsItemHovered())
ImGui.SetTooltip("This quest is loaded from your 'pluginConfigs\\Questionable\\Quests' directory.\nThis gets loaded even if Questionable ships with a newer/different version of the quest.");
ImGui.SetTooltip(
"This quest is loaded from your 'pluginConfigs\\Questionable\\Quests' directory.\nThis gets loaded even if Questionable ships with a newer/different version of the quest.");
}
ImGui.TextUnformatted(
@ -158,6 +159,9 @@ internal sealed partial class ActiveQuestComponent
{
ImGui.SameLine();
ImGui.TextColored(ImGuiColors.DalamudYellow, SeIconChar.Hyadelyn.ToIconString());
if (ImGui.IsItemHovered())
ImGui.SetTooltip(
"This quest sequence starts with a teleport to an Aetheryte.\nCertain priority quest (e.g. class quests) may be started/completed by the plugin prior to continuing with this quest.");
}
}