mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Show install, uninstall & disable buttons in packages list
This splits up the single show controls property into three seperate ones and no longer hides installed packages from the plugin & materials list CURA-8834
This commit is contained in:
parent
6cbcf09580
commit
095b8dc5dd
8 changed files with 28 additions and 16 deletions
|
|
@ -117,9 +117,6 @@ class RemotePackageList(PackageList):
|
|||
return
|
||||
|
||||
for package_data in response_data["data"]:
|
||||
package_id = package_data["package_id"]
|
||||
if package_id in self._package_manager.local_packages_ids:
|
||||
continue # We should only show packages which are not already installed
|
||||
try:
|
||||
package = PackageModel(package_data, parent = self)
|
||||
self._connectManageButtonSignals(package)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue