mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Don't forcefully remove bundled packages when updating
Contributes to CURA-8587
This commit is contained in:
parent
11c2ccd227
commit
d876b85259
1 changed files with 1 additions and 1 deletions
|
@ -288,6 +288,6 @@ class PackageList(ListModel):
|
|||
|
||||
:param package_id: the package identification string
|
||||
"""
|
||||
self._manager.removePackage(package_id, force_add = True)
|
||||
self._manager.removePackage(package_id, force_add = not self._manager.isBundledPackage(package_id))
|
||||
url = self._manager.package_infosWithUpdate[package_id]["download_url"]
|
||||
self.download(package_id, url, True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue