mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Merge pull request #3850 from Ultimaker/uranium_package_manager
Move package manager to Uranium
This commit is contained in:
commit
04ecc55e3c
4 changed files with 47 additions and 376 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue