Addon manager: wb change to ordered + disabled lists.

This commit is contained in:
Paddle
2023-03-31 14:12:19 +02:00
parent dbd65e2b37
commit fac4ee6687
2 changed files with 47 additions and 47 deletions

View File

@@ -117,7 +117,7 @@ class AddonUninstaller(QObject):
hasattr(self.addon_to_remove, "contains_workbench")
and self.addon_to_remove.contains_workbench()
):
self.addon_to_remove.disable_workbench()
self.addon_to_remove.desinstall_workbench()
except OSError as e:
error_message = str(e)
else: