From 8235752dec288d3ebd6787dac965e4e52e69bc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 9 Jun 2022 20:17:49 +0200 Subject: [PATCH] NOISSUE stop marking Modrinth as WIP Even though it might need more changes, it should be good to go. --- launcher/ui/pages/modplatform/modrinth/ModrinthPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h index 82581e9c..8829ce2a 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h @@ -44,7 +44,7 @@ public: QString displayName() const override { - return tr("Modrinth (WIP)"); + return tr("Modrinth"); } QIcon icon() const override {