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

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);