Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into validate_metadata
This commit is contained in:
@@ -119,6 +119,7 @@ class ModrinthManagedPackPage final : public ManagedPackPage {
|
||||
|
||||
void parseManagedPack() override;
|
||||
[[nodiscard]] QString url() const override;
|
||||
[[nodiscard]] QString helpPage() const override { return "modrinth-managed-pack"; }
|
||||
|
||||
public slots:
|
||||
void suggestVersion() override;
|
||||
@@ -142,6 +143,7 @@ class FlameManagedPackPage final : public ManagedPackPage {
|
||||
|
||||
void parseManagedPack() override;
|
||||
[[nodiscard]] QString url() const override;
|
||||
[[nodiscard]] QString helpPage() const override { return "curseforge-managed-pack"; }
|
||||
|
||||
public slots:
|
||||
void suggestVersion() override;
|
||||
|
||||
@@ -57,7 +57,7 @@ class OtherLogsPage : public QWidget, public BasePage {
|
||||
QString id() const override { return "logs"; }
|
||||
QString displayName() const override { return tr("Other logs"); }
|
||||
QIcon icon() const override { return APPLICATION->getThemedIcon("log"); }
|
||||
QString helpPage() const override { return "Minecraft-Logs"; }
|
||||
QString helpPage() const override { return "other-Logs"; }
|
||||
void retranslate() override;
|
||||
|
||||
void openedImpl() override;
|
||||
|
||||
@@ -48,7 +48,7 @@ class ShaderPackPage : public ExternalResourcesPage {
|
||||
QString displayName() const override { return tr("Shader packs"); }
|
||||
QIcon icon() const override { return APPLICATION->getThemedIcon("shaderpacks"); }
|
||||
QString id() const override { return "shaderpacks"; }
|
||||
QString helpPage() const override { return "Resource-packs"; }
|
||||
QString helpPage() const override { return "shader-packs"; }
|
||||
|
||||
bool shouldDisplay() const override { return true; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user