mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
CURA-5035 Simplify selection
This commit is contained in:
parent
dc0dcac199
commit
f2301eec31
6 changed files with 11 additions and 21 deletions
|
@ -28,7 +28,6 @@ Item
|
|||
onClicked:
|
||||
{
|
||||
toolbox.filterModelByProp("packages", "type", "plugin")
|
||||
toolbox.filterModelByProp("authors", "type", "plugin")
|
||||
toolbox.viewCategory = "plugin"
|
||||
toolbox.viewPage = "overview"
|
||||
}
|
||||
|
@ -39,7 +38,6 @@ Item
|
|||
active: toolbox.viewCategory == "material"
|
||||
onClicked:
|
||||
{
|
||||
toolbox.filterModelByProp("packages", "type", "material")
|
||||
toolbox.filterModelByProp("authors", "type", "material")
|
||||
toolbox.viewCategory = "material"
|
||||
toolbox.viewPage = "overview"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue