mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
fixed authors
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
69c21454ec
commit
932531c8ba
2 changed files with 2 additions and 1 deletions
|
|
@ -95,8 +95,8 @@ void FlamePackExportTask::collectFiles()
|
|||
resolvedFiles.clear();
|
||||
|
||||
if (mcInstance != nullptr) {
|
||||
connect(mcInstance->loaderModList().get(), &ModFolderModel::updateFinished, this, &FlamePackExportTask::collectHashes);
|
||||
mcInstance->loaderModList()->update();
|
||||
connect(mcInstance->loaderModList().get(), &ModFolderModel::updateFinished, this, &FlamePackExportTask::collectHashes);
|
||||
} else
|
||||
collectHashes();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ ExportPackDialog::ExportPackDialog(InstancePtr instance, QWidget* parent, ModPla
|
|||
|
||||
MinecraftInstance* mcInstance = dynamic_cast<MinecraftInstance*>(instance.get());
|
||||
if (mcInstance) {
|
||||
mcInstance->loaderModList()->update();
|
||||
const QDir index = mcInstance->loaderModList()->indexDir();
|
||||
if (index.exists())
|
||||
proxy->blockedPaths().insert(root.relativeFilePath(index.absolutePath()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue