mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
WIP: make material creation work
This commit is contained in:
parent
779f49f545
commit
4f29fc9ab2
2 changed files with 24 additions and 36 deletions
|
|
@ -76,8 +76,8 @@ Item
|
|||
text: catalog.i18nc("@action:button", "Create")
|
||||
iconName: "list-add"
|
||||
onClicked: {
|
||||
forceActiveFocus()
|
||||
// TODO
|
||||
forceActiveFocus();
|
||||
Cura.ContainerManager.createMaterial();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue