Added modrinth icon

This commit is contained in:
timoreo 2022-01-14 10:51:44 +01:00
parent 4e9039be2d
commit 4d599eb118
No known key found for this signature in database
GPG Key ID: 121A72C3512BA288
4 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -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>

View File

@ -46,7 +46,7 @@ public:
}
virtual QIcon icon() const override
{
return APPLICATION->getThemedIcon("flame");
return APPLICATION->getThemedIcon("modrinth");
}
virtual QString id() const override
{