mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
Introduce a "Manage Materials" action
Contributes to CURA-342
This commit is contained in:
parent
842015ea10
commit
1a56da464c
2 changed files with 19 additions and 0 deletions
|
|
@ -582,6 +582,16 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: Cura.Actions.manageMaterials
|
||||
onTriggered:
|
||||
{
|
||||
preferences.visible = true;
|
||||
preferences.setPage(3)
|
||||
}
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: Cura.Actions.configureSettingVisibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue