mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
fix(GUI): correctly reference the eta
property in lib/gui/app.js
(#1273)
See: https://github.com/resin-io/etcher/pull/1264/files#r110662965 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
91a1c3d107
commit
f87a690df1
@ -140,7 +140,7 @@ app.run((AnalyticsService, OSWindowProgressService) => {
|
||||
//
|
||||
// We use the presence of `.eta` to determine that the actual
|
||||
// writing started.
|
||||
if (!flashState.isFlashing() || !flashState.eta) {
|
||||
if (!flashState.isFlashing() || !currentFlashState.eta) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user