mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
add update lock
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
64e119585d
commit
abec40af7f
26 changed files with 208 additions and 32 deletions
|
|
@ -398,7 +398,7 @@ auto ResourceUpdateDialog::ensureMetadata() -> bool
|
|||
void ResourceUpdateDialog::onMetadataEnsured(Resource* resource)
|
||||
{
|
||||
// When the mod is a folder, for instance
|
||||
if (!resource->metadata()) {
|
||||
if (!resource->metadata() || resource->lockUpdate()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue