Add raphael credit

This commit is contained in:
Asriel Camora
2024-11-28 15:58:24 -08:00
parent 9727a715f5
commit c7558afcd5
+10
View File
@@ -1158,6 +1158,16 @@ public sealed class Settings : Window, IDisposable
ImGui.SameLine(0, 0); ImGui.SameLine(0, 0);
ImGuiUtils.TextWrappedTo(" and the original solver algorithm."); ImGuiUtils.TextWrappedTo(" and the original solver algorithm.");
ImGuiUtils.TextWrappedTo("Thank you to ");
ImGui.SameLine(0, 0);
ImGuiUtils.Hyperlink("KonaeAkira", "https://github.com/KonaeAkira");
ImGui.SameLine(0, 0);
ImGuiUtils.TextWrappedTo(" for making ");
ImGui.SameLine(0, 0);
ImGuiUtils.Hyperlink("raphael-rs", "https://raphael-xiv.com");
ImGui.SameLine(0, 0);
ImGuiUtils.TextWrappedTo(" and the Optimal algorithm.");
ImGuiUtils.TextWrappedTo("Thank you to "); ImGuiUtils.TextWrappedTo("Thank you to ");
ImGui.SameLine(0, 0); ImGui.SameLine(0, 0);
ImGuiUtils.Hyperlink("FFXIV Teamcraft", "https://ffxivteamcraft.com"); ImGuiUtils.Hyperlink("FFXIV Teamcraft", "https://ffxivteamcraft.com");