mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +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.device = drive.usbDevice.portId
|
||||||
drive.size = 0
|
drive.size = 0
|
||||||
drive.progress = 0
|
drive.progress = 0
|
||||||
|
drive.disabled = true
|
||||||
drive.on('progress', (progress) => {
|
drive.on('progress', (progress) => {
|
||||||
updateDriveProgress(drive, progress)
|
updateDriveProgress(drive, progress)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user