mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Remove comments
CURA-8688
This commit is contained in:
parent
0b581c0e32
commit
bc4222c34f
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ Cura.MachineAction
|
|||
{
|
||||
id: autoUpgradeButton
|
||||
text: catalog.i18nc("@action:button", "Automatically upgrade Firmware")
|
||||
//enabled: parent.firmwareName != "" && canUpdateFirmware
|
||||
enabled: parent.firmwareName != "" && canUpdateFirmware
|
||||
onClicked:
|
||||
{
|
||||
updateProgressDialog.visible = true;
|
||||
|
@ -64,7 +64,7 @@ Cura.MachineAction
|
|||
{
|
||||
id: manualUpgradeButton
|
||||
text: catalog.i18nc("@action:button", "Upload custom Firmware")
|
||||
//enabled: canUpdateFirmware
|
||||
enabled: canUpdateFirmware
|
||||
onClicked:
|
||||
{
|
||||
customFirmwareDialog.open()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue