mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:05:54 +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: [
|
||||
Cura.SecondaryButton
|
||||
{
|
||||
id: addMenuButton
|
||||
text: catalog.i18nc("@action:button", "Defaults")
|
||||
onClicked: reset()
|
||||
}
|
||||
|
@ -37,7 +37,6 @@ UM.ManagementPage
|
||||
buttons: [
|
||||
Cura.SecondaryButton
|
||||
{
|
||||
id: addMenuButton
|
||||
text: catalog.i18nc("@action:button", "Add New")
|
||||
onClicked: Cura.Actions.addMachine.trigger()
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ UM.PreferencesPage
|
||||
buttons: [
|
||||
Cura.SecondaryButton
|
||||
{
|
||||
id: addMenuButton
|
||||
text: catalog.i18nc("@action:button", "Defaults")
|
||||
onClicked: reset()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user