Merge pull request #1231 from telans/modrinth-default-icon
Modrinth: use default icon for non-managed packs
This commit is contained in:
parent
567af5b22d
commit
80463f9761
@ -214,7 +214,7 @@ bool ModrinthCreationTask::createInstance()
|
||||
|
||||
if (m_instIcon != "default") {
|
||||
instance.setIconKey(m_instIcon);
|
||||
} else {
|
||||
} else if (!m_managed_id.isEmpty()) {
|
||||
instance.setIconKey("modrinth");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user