mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Trying to set a persistent install managebutton
Contributes to: CURA-8587
This commit is contained in:
parent
9e4258ef8b
commit
3be6747e5d
3 changed files with 34 additions and 45 deletions
|
@ -367,7 +367,7 @@ class PackageModel(QObject):
|
|||
@is_recently_installed.setter
|
||||
def is_recently_installed(self, value):
|
||||
if value != self._is_recently_installed:
|
||||
value = self._is_recently_installed
|
||||
self._is_recently_installed = value
|
||||
self.stateManageButtonChanged.emit()
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue