diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-04-15 11:07:42 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-04-15 11:15:17 +0200 |
commit | 1dd663af6eb5f7d72baab7281a47f838077fb4cb (patch) | |
tree | 28abc061a8a815da32cac80511a10def5173b9c3 /launcher/ui/pages/modplatform/flame | |
parent | 620555d2103dbfaa51e621b35290392899713a40 (diff) | |
download | PrismLauncher-1dd663af6eb5f7d72baab7281a47f838077fb4cb.tar.gz PrismLauncher-1dd663af6eb5f7d72baab7281a47f838077fb4cb.tar.bz2 PrismLauncher-1dd663af6eb5f7d72baab7281a47f838077fb4cb.zip |
CHANGE: switch the help pages to their own dir
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same
Diffstat (limited to 'launcher/ui/pages/modplatform/flame')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlameModPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModPage.h b/launcher/ui/pages/modplatform/flame/FlameModPage.h index dc58fd7f..d96a0720 100644 --- a/launcher/ui/pages/modplatform/flame/FlameModPage.h +++ b/launcher/ui/pages/modplatform/flame/FlameModPage.h @@ -49,7 +49,7 @@ class FlameModPage : public ModPage { inline auto displayName() const -> QString override { return "CurseForge"; } inline auto icon() const -> QIcon override { return APPLICATION->getThemedIcon("flame"); } inline auto id() const -> QString override { return "curseforge"; } - inline auto helpPage() const -> QString override { return "Flame-platform"; } + inline auto helpPage() const -> QString override { return "Mod-platform"; } inline auto debugName() const -> QString override { return "Flame"; } inline auto metaEntryBase() const -> QString override { return "FlameMods"; }; |