mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge pull request #1052 from flowln/resource_model
This commit is contained in:
commit
f371ec210c
46 changed files with 2080 additions and 1237 deletions
|
|
@ -102,7 +102,7 @@ void EnsureMetadataTask::executeTask()
|
|||
}
|
||||
|
||||
// Folders don't have metadata
|
||||
if (mod->type() == Mod::MOD_FOLDER) {
|
||||
if (mod->type() == ResourceType::FOLDER) {
|
||||
emitReady(mod);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue