mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
Merge pull request #1331 from TheKodeToad/hungry-trash
Fix updating trashing resources
This commit is contained in:
parent
6cd259becd
commit
6f86e8b66e
7 changed files with 11 additions and 15 deletions
|
|
@ -103,7 +103,7 @@ void ModFolderLoadTask::executeTask()
|
|||
while (iter.hasNext()) {
|
||||
auto mod = iter.next().value();
|
||||
if (mod->status() == ModStatus::NotInstalled) {
|
||||
mod->destroy(m_index_dir, false);
|
||||
mod->destroy(m_index_dir, false, false);
|
||||
iter.remove();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue