mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Revert "Show install button after package has been uninstalled"
This reverts commit c66e17dd9e
.
This commit is contained in:
parent
c66e17dd9e
commit
9e1e98bdbd
2 changed files with 11 additions and 23 deletions
|
@ -351,7 +351,7 @@ class PackageModel(QObject):
|
|||
|
||||
@pyqtProperty(bool, notify = stateManageButtonChanged)
|
||||
def isInstalled(self) -> bool:
|
||||
return self._package_id in self._package_manager.installed_packages_ids
|
||||
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