mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove a recently installed and then uninstalled package from the manage list
Contributes to CURA-8587
This commit is contained in:
parent
62c6af1ef3
commit
8abeb24ccc
3 changed files with 11 additions and 2 deletions
|
@ -47,7 +47,6 @@ class PackageList(ListModel):
|
|||
self._has_footer = True
|
||||
self._to_install: Dict[str, str] = {}
|
||||
self.canInstallChanged.connect(self._requestInstall)
|
||||
self._local_packages: Set[str] = {p["package_id"] for p in self._package_manager.local_packages}
|
||||
|
||||
self._ongoing_requests: Dict[str, Optional[HttpRequestData]] = {"download_package": None}
|
||||
self._scope = JsonDecoratorScope(UltimakerCloudScope(CuraApplication.getInstance()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue