From c7558afcd5807d12ff5b40bf731a0834e501c179 Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Thu, 28 Nov 2024 15:58:24 -0800 Subject: [PATCH] Add raphael credit --- Craftimizer/Windows/Settings.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Craftimizer/Windows/Settings.cs b/Craftimizer/Windows/Settings.cs index 3c9c16f..82d1acd 100644 --- a/Craftimizer/Windows/Settings.cs +++ b/Craftimizer/Windows/Settings.cs @@ -1158,6 +1158,16 @@ private void DrawTabAbout() ImGui.SameLine(0, 0); 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 "); ImGui.SameLine(0, 0); ImGuiUtils.Hyperlink("FFXIV Teamcraft", "https://ffxivteamcraft.com");