Merge pull request #1643 from bolli24/develop

This commit is contained in:
Sefa Eyeoglu 2023-09-27 17:34:32 +02:00 committed by GitHub
commit 59e565ef96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,6 +236,10 @@ auto ModUpdateDialog::ensureMetadata() -> bool
if (skip_rest)
continue;
if (candidate->type() == ResourceType::FOLDER) {
continue;
}
if (confirm_rest) {
addToTmp(candidate, provider_rest);
should_try_others.insert(candidate->internal_id(), try_others_rest);