mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Rename expandAll to expandRecursive
CURA-5190
This commit is contained in:
parent
6d10ac993e
commit
43e535ea54
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ Item
|
||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:inmenu", "Expand All")
|
text: catalog.i18nc("@action:inmenu", "Expand All")
|
||||||
onTriggered: definitionsModel.expandAll()
|
onTriggered: definitionsModel.expandRecursive()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue