mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -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
|
|
@ -19,7 +19,8 @@ Packages
|
|||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins?utm_source=cura&utm_medium=software&utm_campaign=marketplace-search-plugins-browser"
|
||||
packagesManageableInListView: true
|
||||
|
||||
showUpdateButton: true
|
||||
showInstallButton: true
|
||||
showDisableButton: true
|
||||
model: manager.LocalPackageList
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue