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
This commit is contained in:
DioEgizio
2022-04-15 11:07:42 +02:00
parent 620555d210
commit 1dd663af6e
3 changed files with 3 additions and 3 deletions

View File

@ -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"; };