mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove id left over from copy paste
CURA-8949
This commit is contained in:
parent
8e55dda3cc
commit
8b987d9537
3 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue