mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Filter already installed packages from the install listviews
Contributes to: CURA-8587
This commit is contained in:
parent
09bc28d840
commit
02e2e0a1c6
4 changed files with 6 additions and 6 deletions
|
@ -26,6 +26,7 @@ class PackageList(ListModel):
|
|||
|
||||
def __init__(self, parent: Optional["QObject"] = None) -> None:
|
||||
super().__init__(parent)
|
||||
self._manager = CuraApplication.getInstance().getPackageManager()
|
||||
self._error_message = ""
|
||||
self.addRoleName(self.PackageRole, "package")
|
||||
self._is_loading = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue