mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Fix an issue that kept the plugins in the "installed" list despite of
already being removed from the data folder.
This commit is contained in:
parent
fa97d5830b
commit
527f269b5d
2 changed files with 1 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ class CuraPackageManager(QObject):
|
|||
def _removeAllScheduledPackages(self) -> None:
|
||||
for package_id in self._to_remove_package_set:
|
||||
self._purgePackage(package_id)
|
||||
del self._installed_package_dict[package_id]
|
||||
self._to_remove_package_set.clear()
|
||||
self._saveManagementData()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue