mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Adding functionality to the manageButtons
Contributes to: CURA-8587
This commit is contained in:
parent
327b434788
commit
ff5a4a4f5a
4 changed files with 34 additions and 4 deletions
|
@ -133,6 +133,7 @@ class RemotePackageList(PackageList):
|
|||
continue # We should only show packages which are not already installed
|
||||
try:
|
||||
package = PackageModel(package_data, parent = self)
|
||||
self._connectManageButtonSignals(package)
|
||||
self.appendItem({"package": package}) # Add it to this list model.
|
||||
except RuntimeError:
|
||||
# Setting the ownership of this object to not qml can still result in a RuntimeError. Which can occur when quickly toggling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue