mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
fix(gui): Disable compute modules selection during preparation
Change-type: patch Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
This commit is contained in:
parent
645e114a1f
commit
adcc3343ec
@ -309,6 +309,7 @@ app.run(($timeout) => {
|
||||
drive.device = drive.usbDevice.portId
|
||||
drive.size = 0
|
||||
drive.progress = 0
|
||||
drive.disabled = true
|
||||
drive.on('progress', (progress) => {
|
||||
updateDriveProgress(drive, progress)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user