Skip to content

Commit

Permalink
Update GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Oct 7, 2023
1 parent 7364b33 commit 45d0bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevilDaggersInfo.Tools/Ui/AboutWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static void RenderGitHubButton()
if (ImGui.BeginChild("GitHubChild", buttonSize, false, ImGuiWindowFlags.NoInputs))
{
if (hover && ImGui.IsMouseReleased(ImGuiMouseButton.Left))
Process.Start(new ProcessStartInfo("https://github.com/NoahStolk/DevilDaggersInfo") { UseShellExecute = true });
Process.Start(new ProcessStartInfo("https://github.com/NoahStolk/ddinfo-tools") { UseShellExecute = true });

ImGui.SetCursorPos(new(8));
ImGuiImage.Image(Root.InternalResources.GitHubTexture.Handle, new(24));
Expand Down

0 comments on commit 45d0bdd

Please sign in to comment.