Correctly differentiate between plugins and materials in missing packages dialog

CURA-10719
This commit is contained in:
c.lamboo 2023-07-27 10:15:27 +02:00
parent 42002dac36
commit 0e77a05c74
3 changed files with 21 additions and 5 deletions

View file

@ -310,7 +310,7 @@ class ThreeMFWriter(MeshWriter):
"package_version": package_data.get("package_version") if package_data.get("package_version") else "",
"sdk_version_semver": package_data.get("sdk_version_semver") if package_data.get(
"sdk_version_semver") else "",
"type": "backend_plugin",
"type": "plugin",
}
# Storing in a dict and fetching values to avoid duplicates