mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:39:01 +08:00
Remove comments
CURA-8688
This commit is contained in:
parent
0b581c0e32
commit
bc4222c34f
@ -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…
x
Reference in New Issue
Block a user