mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Show a conformation message after a successful manage action
Contributes to: CURA-8587
This commit is contained in:
parent
1c0e484069
commit
ca76bcc29c
4 changed files with 91 additions and 22 deletions
|
@ -187,7 +187,6 @@ class PackageList(ListModel):
|
|||
if update:
|
||||
package.is_updating = False
|
||||
else:
|
||||
package.is_recently_managed = True
|
||||
package.is_installing = False
|
||||
self.subscribeUserToPackage(package_id, str(package.sdk_version))
|
||||
|
||||
|
@ -293,7 +292,6 @@ class PackageList(ListModel):
|
|||
self._manager.removePackage(package_id)
|
||||
self.unsunscribeUserFromPackage(package_id)
|
||||
package.is_installing = False
|
||||
package.is_recently_managed = True
|
||||
|
||||
@pyqtSlot(str)
|
||||
def updatePackage(self, package_id: str) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue