mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix typo. Remove parenthesis.
This commit is contained in:
parent
df38e7db85
commit
fa39ba9132
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue