aboutsummaryrefslogtreecommitdiff
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
parent4e9039be2d3bc0357e6bfe577c5f2add8313f8d6 (diff)
downloadPrismLauncher-4d599eb118fb066c6204b29c34d6e1acbc0e8e06.tar.gz
PrismLauncher-4d599eb118fb066c6204b29c34d6e1acbc0e8e06.tar.bz2
PrismLauncher-4d599eb118fb066c6204b29c34d6e1acbc0e8e06.zip
Added modrinth icon
-rw-r--r--launcher/resources/multimc/128x128/instances/modrinth.pngbin0 -> 10575 bytes
-rw-r--r--launcher/resources/multimc/32x32/instances/modrinth.pngbin0 -> 1913 bytes
-rw-r--r--launcher/resources/multimc/multimc.qrc3
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthPage.h2
4 files changed, 4 insertions, 1 deletions
diff --git a/launcher/resources/multimc/128x128/instances/modrinth.png b/launcher/resources/multimc/128x128/instances/modrinth.png
new file mode 100644
index 00000000..740bc8f0
--- /dev/null
+++ b/launcher/resources/multimc/128x128/instances/modrinth.png
Binary files differ
diff --git a/launcher/resources/multimc/32x32/instances/modrinth.png b/launcher/resources/multimc/32x32/instances/modrinth.png
new file mode 100644
index 00000000..025ed065
--- /dev/null
+++ b/launcher/resources/multimc/32x32/instances/modrinth.png
Binary files differ
diff --git a/launcher/resources/multimc/multimc.qrc b/launcher/resources/multimc/multimc.qrc
index 58b1d763..ef29cf9b 100644
--- a/launcher/resources/multimc/multimc.qrc
+++ b/launcher/resources/multimc/multimc.qrc
@@ -268,6 +268,9 @@
<file>32x32/instances/flame.png</file>
<file>128x128/instances/flame.png</file>
+ <file>32x32/instances/modrinth.png</file>
+ <file>128x128/instances/modrinth.png</file>
+
<file>32x32/instances/gear.png</file>
<file>128x128/instances/gear.png</file>
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
{