aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages
diff options
context:
space:
mode:
authortimoreo <timo.oreo34@gmail.com>2022-01-14 10:51:44 +0100
committertimoreo <timo.oreo34@gmail.com>2022-01-14 10:51:44 +0100
commit4d599eb118fb066c6204b29c34d6e1acbc0e8e06 (patch)
tree8c7b64af9b006414e12459d5dcad295c40588416 /launcher/ui/pages
parent4e9039be2d3bc0357e6bfe577c5f2add8313f8d6 (diff)
downloadPrismLauncher-4d599eb118fb066c6204b29c34d6e1acbc0e8e06.tar.gz
PrismLauncher-4d599eb118fb066c6204b29c34d6e1acbc0e8e06.tar.bz2
PrismLauncher-4d599eb118fb066c6204b29c34d6e1acbc0e8e06.zip
Added modrinth icon
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h
index 924bc6ce..1f7b12af 100644
--- a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h
+++ b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h
@@ -46,7 +46,7 @@ public:
}
virtual QIcon icon() const override
{
- return APPLICATION->getThemedIcon("flame");
+ return APPLICATION->getThemedIcon("modrinth");
}
virtual QString id() const override
{