mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 14:51:07 -07:00
Fix some leftover renamings
Contributes to CURA-5941
This commit is contained in:
parent
e159cbdb1a
commit
4dcce7616b
6 changed files with 9 additions and 9 deletions
|
|
@ -134,7 +134,7 @@ Cura.ExpandableComponent
|
|||
text: catalog.i18nc("@button", "Add printer")
|
||||
onClicked:
|
||||
{
|
||||
togglePopup()
|
||||
toggleContent()
|
||||
Cura.Actions.addMachine.trigger()
|
||||
}
|
||||
}
|
||||
|
|
@ -146,7 +146,7 @@ Cura.ExpandableComponent
|
|||
text: catalog.i18nc("@button", "Manage printers")
|
||||
onClicked:
|
||||
{
|
||||
togglePopup()
|
||||
toggleContent()
|
||||
Cura.Actions.configureMachines.trigger()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue