Back button works correctly with restore software
All checks were successful
Build and test project / build-and-test (push) Successful in 1m31s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m31s
This commit is contained in:
@@ -677,7 +677,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
btnBuildBack.addEventListener('click', () => {
|
btnBuildBack.addEventListener('click', () => {
|
||||||
goToPatches();
|
if (isRestore) {
|
||||||
|
// Restore was triggered directly from the device step
|
||||||
|
isRestore = false;
|
||||||
|
setNavLabels(NAV_DEFAULT);
|
||||||
|
setNavStep(1);
|
||||||
|
showStep(stepDevice);
|
||||||
|
} else {
|
||||||
|
goToPatches();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const buildProgress = $('build-progress');
|
const buildProgress = $('build-progress');
|
||||||
|
|||||||
Reference in New Issue
Block a user