mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Fix displaying generic materials
I had that commented out for debugging.
This commit is contained in:
parent
04d5423d81
commit
362c7d09fb
1 changed files with 2 additions and 2 deletions
|
@ -32,13 +32,13 @@ ScrollView
|
||||||
model: toolbox.viewCategory === "material" ? toolbox.materialsAvailableModel : toolbox.pluginsAvailableModel
|
model: toolbox.viewCategory === "material" ? toolbox.materialsAvailableModel : toolbox.pluginsAvailableModel
|
||||||
}
|
}
|
||||||
|
|
||||||
/*ToolboxDownloadsGrid
|
ToolboxDownloadsGrid
|
||||||
{
|
{
|
||||||
id: genericMaterials
|
id: genericMaterials
|
||||||
visible: toolbox.viewCategory === "material"
|
visible: toolbox.viewCategory === "material"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
heading: catalog.i18nc("@label", "Generic Materials")
|
heading: catalog.i18nc("@label", "Generic Materials")
|
||||||
model: toolbox.materialsGenericModel
|
model: toolbox.materialsGenericModel
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue