mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Merge remote-tracking branch 'upstream/develop' into resource-meta
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -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