Application: fix link to MBST's Git repo.
This commit is contained in:
parent
ca7b71fb36
commit
570134ced0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Application::drawAbout() {
|
||||||
if(ImGui::Button("Open in browser")) {
|
if(ImGui::Button("Open in browser")) {
|
||||||
openUri(website);
|
openUri(website);
|
||||||
}
|
}
|
||||||
auto repo = "https://williamjcm.ovh/git/williamjcm/MassBuilderSaveTool";
|
auto repo = "https://git.williamjcm.ovh/williamjcm/MassBuilderSaveTool";
|
||||||
drawAlignedText(ICON_FA_GIT_ALT " %s", repo);
|
drawAlignedText(ICON_FA_GIT_ALT " %s", repo);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if(ImGui::Button("Copy to clipboard")) {
|
if(ImGui::Button("Copy to clipboard")) {
|
||||||
|
|
Loading…
Reference in a new issue