mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge branch 'CURA-4644-package-reader' into feature_material_marketplace
This commit is contained in:
commit
94b15b0498
549 changed files with 32616 additions and 18504 deletions
|
|
@ -345,6 +345,10 @@ UM.MainWindow
|
|||
pluginInstallDialog.open();
|
||||
return;
|
||||
}
|
||||
else if (CuraApplication.getCuraPackageManager().isPackageFile(drop.urls[0]))
|
||||
{
|
||||
CuraApplication.getCuraPackageManager().install(drop.urls[0]);
|
||||
}
|
||||
}
|
||||
|
||||
openDialog.handleOpenFileUrls(drop.urls);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue