change: use modrinth icon as default on modrinth packs
This commit is contained in:
parent
682a7fb6ba
commit
93e0041d0e
@ -622,6 +622,10 @@ void InstanceImportTask::processModrinth() {
|
|||||||
{
|
{
|
||||||
instance.setIconKey(m_instIcon);
|
instance.setIconKey(m_instIcon);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
instance.setIconKey("modrinth");
|
||||||
|
}
|
||||||
instance.setName(m_instName);
|
instance.setName(m_instName);
|
||||||
instance.saveNow();
|
instance.saveNow();
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<file>scalable/atlauncher-placeholder.png</file>
|
<file>scalable/atlauncher-placeholder.png</file>
|
||||||
|
|
||||||
<!-- Modrinth logo icon -->
|
<!-- Modrinth logo icon -->
|
||||||
<file>scalable/modrinth.svg</file>
|
<file>scalable/instances/modrinth.svg</file>
|
||||||
|
|
||||||
<!-- A proxy icon. Our own. SSSsss -->
|
<!-- A proxy icon. Our own. SSSsss -->
|
||||||
<file>scalable/proxy.svg</file>
|
<file>scalable/proxy.svg</file>
|
||||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user