Check for dependencies when importing a mod

This commit is contained in:
MEEPofFaith
2024-04-22 09:17:28 -07:00
parent bfa329db11
commit b167bcfbef
3 changed files with 29 additions and 7 deletions

View File

@@ -626,6 +626,7 @@ public class ModsDialog extends BaseDialog{
var mod = mods.importMod(file);
mod.setRepo(repo);
mods.checkImportDependencies(mod);
file.delete();
Core.app.post(() -> {