mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:39:00 +08:00
Fix typo
Contributes to CURA-1540, CURA-1278
This commit is contained in:
parent
6164112bf2
commit
ffa6a0376d
@ -303,7 +303,7 @@ UM.MainWindow
|
|||||||
|
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
id: extenions
|
id: extensions
|
||||||
model: UM.ExtensionModel { }
|
model: UM.ExtensionModel { }
|
||||||
|
|
||||||
Menu
|
Menu
|
||||||
@ -318,7 +318,7 @@ UM.MainWindow
|
|||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
text: model.text
|
text: model.text
|
||||||
onTriggered: extenions.model.subMenuTriggered(name, model.text)
|
onTriggered: extensions.model.subMenuTriggered(name, model.text)
|
||||||
}
|
}
|
||||||
onObjectAdded: sub_menu.insertItem(index, object)
|
onObjectAdded: sub_menu.insertItem(index, object)
|
||||||
onObjectRemoved: sub_menu.removeItem(object)
|
onObjectRemoved: sub_menu.removeItem(object)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user