mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Fix typo. Remove parenthesis.
This commit is contained in:
parent
df38e7db85
commit
fa39ba9132
@ -83,7 +83,7 @@ Item
|
||||
{
|
||||
text: catalog.i18nc("@action:button", "Activate")
|
||||
iconName: "list-activate"
|
||||
enabled: !isCurrentItemActivated && Cura.MachineManager.hasMaterials()
|
||||
enabled: !isCurrentItemActivated && Cura.MachineManager.hasMaterials
|
||||
onClicked:
|
||||
{
|
||||
forceActiveFocus()
|
||||
|
Loading…
x
Reference in New Issue
Block a user