Generalise resource metadata
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
b83fdbd1b7
commit
93876e27f8
28 changed files with 209 additions and 370 deletions
|
@ -228,7 +228,7 @@ auto ModUpdateDialog::ensureMetadata() -> bool
|
|||
};
|
||||
|
||||
for (auto candidate : m_candidates) {
|
||||
if (candidate->status() != ModStatus::NoMetadata) {
|
||||
if (candidate->status() != ResourceStatus::NO_METADATA) {
|
||||
onMetadataEnsured(candidate);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue