aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/modrinth
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-05-14 21:47:35 -0300
committerflow <thiagodonato300@gmail.com>2022-05-14 21:47:35 -0300
commit9899a0e098e5cfb76a754fa9da2f73be46cc880a (patch)
tree68d5f64fb5617e0cda07b67889894b3a867be9a6 /launcher/ui/pages/modplatform/modrinth
parent5ea8cec16f6dfbaeaca56ccf7f9151039a1dd145 (diff)
downloadPrismLauncher-9899a0e098e5cfb76a754fa9da2f73be46cc880a.tar.gz
PrismLauncher-9899a0e098e5cfb76a754fa9da2f73be46cc880a.tar.bz2
PrismLauncher-9899a0e098e5cfb76a754fa9da2f73be46cc880a.zip
fix: Have the URL be the project URL itself
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/)
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth')
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp
index b21fdf4a..cf519b8c 100644
--- a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp
+++ b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp
@@ -219,7 +219,7 @@ void ModrinthPage::updateUI()
if (current.extra.sourceUrl.isEmpty())
text = current.name;
else
- text = "<a href=\"" + current.extra.sourceUrl + "\">" + current.name + "</a>";
+ text = "<a href=\"" + current.extra.projectUrl + "\">" + current.name + "</a>";
if (!current.authors.empty()) {
// TODO: Implement multiple authors with links