summaryrefslogtreecommitdiff
path: root/meshmc
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-05 16:18:55 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-05 16:18:55 +0300
commitadec4f3aebe0604f5c43b6f3a92879e7f4defec8 (patch)
tree5ad302c3af71c6c0dad2539f7f28cae47c932c0d /meshmc
parent4dd69a1dffd158f03da7e33c0be28f2b98a9ccea (diff)
downloadProject-Tick-adec4f3aebe0604f5c43b6f3a92879e7f4defec8.tar.gz
Project-Tick-adec4f3aebe0604f5c43b6f3a92879e7f4defec8.zip
NOISSUE Fix workflows, cgit, genqrcode, meshmc wiki url, mnv with Cmake
Fixed some reusable workflows. Fixed cgit.h for macOS target updated genqrcode CMake version Changed Meta generator to use Project Tick official builded ForgeWrapper Updated MeshMC wiki Urls Fixed MNV test issue Added CMake Presets in MNV Thats it! Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'meshmc')
-rw-r--r--meshmc/launcher/ui/widgets/LanguageSelectionWidget.cpp2
-rw-r--r--meshmc/launcher/ui/widgets/PageContainer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/meshmc/launcher/ui/widgets/LanguageSelectionWidget.cpp b/meshmc/launcher/ui/widgets/LanguageSelectionWidget.cpp
index 658ce638e5..4e0cd4978a 100644
--- a/meshmc/launcher/ui/widgets/LanguageSelectionWidget.cpp
+++ b/meshmc/launcher/ui/widgets/LanguageSelectionWidget.cpp
@@ -73,7 +73,7 @@ void LanguageSelectionWidget::retranslate()
{
QString text = tr("Don't see your language or the quality is poor?<br/><a "
"href=\"%1\">Help us with translations!</a>")
- .arg("https://github.com/Project-Tick/MeshMC/wiki/"
+ .arg("https://github.com/Project-Tick/Project-Tick/wiki/"
"Translating-MeshMC");
helpUsLabel->setText(text);
}
diff --git a/meshmc/launcher/ui/widgets/PageContainer.cpp b/meshmc/launcher/ui/widgets/PageContainer.cpp
index 5f50c7d419..4e3b98905a 100644
--- a/meshmc/launcher/ui/widgets/PageContainer.cpp
+++ b/meshmc/launcher/ui/widgets/PageContainer.cpp
@@ -223,7 +223,7 @@ void PageContainer::help()
if (pageId.isEmpty())
return;
DesktopServices::openUrl(
- QUrl("https://github.com/Project-Tick/MeshMC/wiki/" + pageId));
+ QUrl("https://github.com/Project-Tick/Project-Tick/wiki/" + pageId));
}
}