From adcc3343ec7b1f4f6be0eaf861dea29633f63f87 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 7 Sep 2018 12:13:43 +0200 Subject: [PATCH] fix(gui): Disable compute modules selection during preparation Change-type: patch Signed-off-by: Alexis Svinartchouk --- lib/gui/app/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui/app/app.js b/lib/gui/app/app.js index a8c30eae..2ac82971 100644 --- a/lib/gui/app/app.js +++ b/lib/gui/app/app.js @@ -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) })