mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:08:58 +08:00
Update resources/qml/Preferences/MachinesPage.qml
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
a3edf9e3e3
commit
95c79e7921
@ -61,7 +61,7 @@ UM.ManagementPage
|
||||
{
|
||||
id: renameMenuButton
|
||||
text: catalog.i18nc("@action:button", "Rename");
|
||||
icon.name: "edit-rename";
|
||||
icon.name: "edit-rename"
|
||||
enabled: base.currentItem != null && base.currentItem.metadata.group_name == null
|
||||
onClicked: renameDialog.open();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user