Remove id left over from copy paste

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-21 10:05:09 +01:00
parent 8e55dda3cc
commit 8b987d9537
3 changed files with 0 additions and 3 deletions

View file

@ -128,7 +128,6 @@ UM.PreferencesPage
buttons: [
Cura.SecondaryButton
{
id: addMenuButton
text: catalog.i18nc("@action:button", "Defaults")
onClicked: reset()
}

View file

@ -37,7 +37,6 @@ UM.ManagementPage
buttons: [
Cura.SecondaryButton
{
id: addMenuButton
text: catalog.i18nc("@action:button", "Add New")
onClicked: Cura.Actions.addMachine.trigger()
}

View file

@ -19,7 +19,6 @@ UM.PreferencesPage
buttons: [
Cura.SecondaryButton
{
id: addMenuButton
text: catalog.i18nc("@action:button", "Defaults")
onClicked: reset()
}