Merge pull request #3850 from Ultimaker/uranium_package_manager

Move package manager to Uranium
This commit is contained in:
Lipu Fei 2018-06-07 11:03:45 +02:00 committed by GitHub
commit 04ecc55e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 376 deletions

View file

@ -331,7 +331,7 @@ UM.MainWindow
if (filename.endsWith(".curapackage"))
{
// Try to install plugin & close.
CuraApplication.getCuraPackageManager().installPackageViaDragAndDrop(filename);
CuraApplication.getPackageManager().installPackageViaDragAndDrop(filename);
packageInstallDialog.text = catalog.i18nc("@label", "This package will be installed after restarting.");
packageInstallDialog.icon = StandardIcon.Information;
packageInstallDialog.open();