mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
GH-2785 fix crash caused by starting multiple mod folder update tasks
This commit is contained in:
parent
9037873928
commit
b75ba53d4b
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ bool ModFolderModel::update()
|
|||
}
|
||||
if(m_update) {
|
||||
scheduled_update = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
auto task = new ModFolderLoadTask(m_dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue