From 8ed817779f7cebf5902239a056b0949ba31d5c20 Mon Sep 17 00:00:00 2001 From: TobyAdd <66429886+TobyAdd@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:05:25 +0300 Subject: [PATCH] update fucking link --- src/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.cpp b/src/gui.cpp index 5ef4a10..ae5c82d 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -823,7 +823,7 @@ void gui::Render() if (ImGui::Button("Matcool Converter")) { - ShellExecuteA(0, "open", "https://matcool.github.io/gd-macro-converter/", 0, 0, SW_SHOWNORMAL); + ShellExecuteA(0, "open", "https://matcool.github.io/gd-macro-converter/frame.html", 0, 0, SW_SHOWNORMAL); } if (converter.converterType == 0)