This commit is contained in:
Trial97 2024-10-30 19:35:25 +02:00
commit 0e80aae1b8
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
69 changed files with 1868 additions and 1376 deletions

View file

@ -381,7 +381,7 @@ QList<BasePage*> ShaderPackDownloadDialog::getPages()
return pages;
}
void ModDownloadDialog::setModMetadata(std::shared_ptr<Metadata::ModStruct> meta)
void ResourceDownloadDialog::setResourceMetadata(const std::shared_ptr<Metadata::ModStruct>& meta)
{
switch (meta->provider) {
case ModPlatform::ResourceProvider::MODRINTH: