mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Handle bundled packages which can be Downgraded
Contributes to: CURA-8587
This commit is contained in:
parent
8a583a4323
commit
4c5ca22b24
3 changed files with 7 additions and 12 deletions
|
@ -66,7 +66,6 @@ class LocalPackageList(PackageList):
|
|||
section_title = self.PACKAGE_CATEGORIES[bundled_or_installed][package_type]
|
||||
package = PackageModel(package_info, section_title = section_title, parent = self)
|
||||
self._connectManageButtonSignals(package)
|
||||
package.setCanDowngrade(self._manager.canDowngrade(package_id))
|
||||
return package
|
||||
|
||||
def checkForUpdates(self, packages: List[Dict[str, Any]]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue