mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:36:05 +08:00
Remove id left over from copy paste
CURA-8949
This commit is contained in:
parent
8e55dda3cc
commit
8b987d9537
@ -128,7 +128,6 @@ UM.PreferencesPage
|
|||||||
buttons: [
|
buttons: [
|
||||||
Cura.SecondaryButton
|
Cura.SecondaryButton
|
||||||
{
|
{
|
||||||
id: addMenuButton
|
|
||||||
text: catalog.i18nc("@action:button", "Defaults")
|
text: catalog.i18nc("@action:button", "Defaults")
|
||||||
onClicked: reset()
|
onClicked: reset()
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@ UM.ManagementPage
|
|||||||
buttons: [
|
buttons: [
|
||||||
Cura.SecondaryButton
|
Cura.SecondaryButton
|
||||||
{
|
{
|
||||||
id: addMenuButton
|
|
||||||
text: catalog.i18nc("@action:button", "Add New")
|
text: catalog.i18nc("@action:button", "Add New")
|
||||||
onClicked: Cura.Actions.addMachine.trigger()
|
onClicked: Cura.Actions.addMachine.trigger()
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,6 @@ UM.PreferencesPage
|
|||||||
buttons: [
|
buttons: [
|
||||||
Cura.SecondaryButton
|
Cura.SecondaryButton
|
||||||
{
|
{
|
||||||
id: addMenuButton
|
|
||||||
text: catalog.i18nc("@action:button", "Defaults")
|
text: catalog.i18nc("@action:button", "Defaults")
|
||||||
onClicked: reset()
|
onClicked: reset()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user