diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 16:18:55 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 16:18:55 +0300 |
| commit | adec4f3aebe0604f5c43b6f3a92879e7f4defec8 (patch) | |
| tree | 5ad302c3af71c6c0dad2539f7f28cae47c932c0d /meshmc/launcher/ui/widgets/PageContainer.cpp | |
| parent | 4dd69a1dffd158f03da7e33c0be28f2b98a9ccea (diff) | |
| download | Project-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/launcher/ui/widgets/PageContainer.cpp')
| -rw-r--r-- | meshmc/launcher/ui/widgets/PageContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |
