mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Change the state of the enable button after an un-/install
Contributes to: CURA-8587
This commit is contained in:
parent
6f99313ca5
commit
c937337324
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ class PackageModel(QObject):
|
|||
if value != self._is_installed:
|
||||
self._is_installed = value
|
||||
self.manageInstallStateChanged.emit()
|
||||
self.manageEnableStateChanged.emit()
|
||||
|
||||
@pyqtProperty(str, notify = manageInstallStateChanged)
|
||||
def manageInstallState(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue