Update resources/qml/Preferences/MachinesPage.qml

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
Casper Lamboo 2022-01-25 22:33:51 +01:00 committed by GitHub
parent 24a8e8b761
commit a3edf9e3e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
},