mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:15:55 +08: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
@ -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…
x
Reference in New Issue
Block a user