mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
[Backport release-10.x] start core update task only if not running already (#4961)
This commit is contained in:
commit
301bce3c72
1 changed files with 3 additions and 1 deletions
|
|
@ -358,7 +358,9 @@ CoreModFolderPage::CoreModFolderPage(BaseInstance* inst, std::shared_ptr<ModFold
|
|||
m_container->refreshContainer();
|
||||
}
|
||||
});
|
||||
update->start();
|
||||
if (!update->isRunning()) {
|
||||
update->start();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue