mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Update resources/qml/Preferences/MachinesPage.qml
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
24a8e8b761
commit
a3edf9e3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ UM.ManagementPage
|
||||||
{
|
{
|
||||||
id: removeMenuButton
|
id: removeMenuButton
|
||||||
text: catalog.i18nc("@action:button", "Remove");
|
text: catalog.i18nc("@action:button", "Remove");
|
||||||
icon.name: "list-remove";
|
icon.name: "list-remove"
|
||||||
enabled: base.currentItem != null && model.count > 1
|
enabled: base.currentItem != null && model.count > 1
|
||||||
onClicked: confirmDialog.open();
|
onClicked: confirmDialog.open();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue