SaveTool: change repo link.
This commit is contained in:
parent
5ca1e660f4
commit
935d291a8b
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ void SaveTool::drawAbout() {
|
||||||
"is a rewrite of the wxWidgets-powered M.A.S.S. Builder Save Tool (formerly known as wxMASSManager).");
|
"is a rewrite of the wxWidgets-powered M.A.S.S. Builder Save Tool (formerly known as wxMASSManager).");
|
||||||
|
|
||||||
ImGui::AlignTextToFramePadding();
|
ImGui::AlignTextToFramePadding();
|
||||||
const char* repo = "https://github.com/williamjcm/MassBuilderSaveTool";
|
const char* repo = "https://williamjcm.ovh/git/williamjcm/MassBuilderSaveTool";
|
||||||
ImGui::Text(ICON_FA_GITHUB " %s", repo);
|
ImGui::Text(ICON_FA_GIT_ALT " %s", repo);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if(ImGui::Button("Copy to clipboard")) {
|
if(ImGui::Button("Copy to clipboard")) {
|
||||||
ImGui::SetClipboardText(repo);
|
ImGui::SetClipboardText(repo);
|
||||||
|
|
Loading…
Reference in a new issue