mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
un-/subscribe the user to installed packages
Contributes to: CURA-8587
This commit is contained in:
parent
a83a598e96
commit
743ac67cdb
6 changed files with 25 additions and 17 deletions
|
@ -65,6 +65,7 @@ class PackageModel(QObject):
|
|||
self._is_installing = False
|
||||
self._is_updating = False
|
||||
self._section_title = section_title
|
||||
self.sdk_version = package_data.get("sdk_version_semver", "")
|
||||
# Note that there's a lot more info in the package_data than just these specified here.
|
||||
|
||||
def __eq__(self, other: Union[str, "PackageModel"]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue