mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
|
||||
text: catalog.i18nc("@action:button", "Remove");
|
||||
icon.name: "list-remove";
|
||||
icon.name: "list-remove"
|
||||
enabled: base.currentItem != null && model.count > 1
|
||||
onClicked: confirmDialog.open();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue