mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Disable close button while updating firmware
This commit is contained in:
parent
3908781f6f
commit
b4e186ce78
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ UM.Dialog
|
|||
Button
|
||||
{
|
||||
text: catalog.i18nc("@action:button","Close");
|
||||
enabled: manager.firmwareUpdateCompleteStatus;
|
||||
enabled: manager.firmwareUpdateState != 1;
|
||||
onClicked: base.visible = false;
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue