Add Change Version action to all pages
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
1809858fc7
commit
f57ca1e79e
11 changed files with 190 additions and 9 deletions
|
@ -377,7 +377,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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue