mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Rename local_packages_id to local_packages_ids
CURA-8587
This commit is contained in:
parent
4f997319b0
commit
eb11e92637
2 changed files with 6 additions and 6 deletions
|
@ -353,7 +353,7 @@ class PackageModel(QObject):
|
|||
|
||||
@pyqtProperty(bool, notify = stateManageButtonChanged)
|
||||
def isInstalled(self) -> bool:
|
||||
return self._package_id in self._package_manager.local_packages_id
|
||||
return self._package_id in self._package_manager.local_packages_ids
|
||||
|
||||
@pyqtProperty(bool, notify = stateManageButtonChanged)
|
||||
def isActive(self) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue