mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
start core update task only if not running already (#4955)
This commit is contained in:
commit
f1a4721a6a
|
|
@ -376,7 +376,9 @@ CoreModFolderPage::CoreModFolderPage(BaseInstance* inst, ModFolderModel* mods, Q
|
|||
m_container->refreshContainer();
|
||||
}
|
||||
});
|
||||
update->start();
|
||||
if (!update->isRunning()) {
|
||||
update->start();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue