mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Add missing action for button
CURA-8561
This commit is contained in:
parent
183fa06cfe
commit
07e9237d72
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@ class PackageModel(QObject):
|
|||
"""
|
||||
super().__init__(parent)
|
||||
self._package_id = package_data.get("package_id", "UnknownPackageId")
|
||||
|
||||
self._icon_url = package_data.get("icon_url", "")
|
||||
self._display_name = package_data.get("display_name", catalog.i18nc("@label:property", "Unknown Package"))
|
||||
self._is_verified = "verified" in package_data.get("tags", [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue